body, table, td { margin: 0px;
                  padding: 0px;
                  font: 10pt Verdana,Arial,helvetica,sans-serif; 
                  color: rgb(0,0,0);
                }
                 

h1 {  font-size:12pt; 
   }
   
.gross { font-size: 12pt; } /* Schriftgröße 12pt */
.klein { font-size: 8pt; } /* Schriftgröße 8pt */
.gruen_fett {color: rgb(0,128,0); font-weight: bold}  /* Schrift grün und fett */  
   
ul {list-style-type: square;}
   
a:link    { color: rgb(0,0,0); }    /* nicht besuchte Links */
a:visited { color: rgb(0,0,0); }   /* besuchte Links       */
   
a:hover   { color: rgb(0,128,0); } /* Benutzer führt Maus darüber  */
a:focus   { color: rgb(0,0,0); }  /* Fokussierter Link    */    
a:active  { color: red }   /* Aktiver Link         */   


