a {font-family: Arial, Helvetica, sans-serif;
   font-weight : bold; text-decoration : underline}
a:link {color : blue; 
        text-decoration : underline;
 }
a:visited {color : blue}

a:active  {
   	color : blue;
   	font-weight : bold;
   	text-decoration : underline; 
   }
   
a:hover  {
   	color : red;
   font-weight : bold;
   	text-decoration : underline; 
   }

.blocksatz { text-align: justify }
.fett { font-weight: bold }
.gross    { font-size: 5mm; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.klein  { font-size: 3mm; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.normal    { font-size: 4mm; line-height: normal; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
