 ol.headernum {
   line-height:150%;
   color:green;
   }
 hr~li {
   /*
   color:red;
   */
   list-style-position:outside;
   }
h1~a {
   color:green;
   }
/* h2~a : was already "green", i.e setting seems to have been taken from h1
   for whatever reason.
   Yet, if set to some other color, that works fine.   
   */
h2~a {
   color:green;
   }
/* h3~a : was NOT "green", i.e setting has to be set explicitly! */
h3~a {
   color:green;
   }
 p.Inhalt {
   color:green;
   }
 p {
   color:black;
   }
 ol ul {
   color:black;
   }
 ol ol {
   color:black;
   }
 h1,h2,h3,h4,pre,table,dl {
   color:black;
   }
.code {
   text-align:left;
   font-style:normal;
   font-family:"Courier New",Monospace,serif;
   font-size:1em;
   }

   