a:link { text-decoration:none;
            color:olive; }
a:visited { text-decoration:none;
                  color:olive; }
a:hover { text-decoration:underline; 
                /*font-weight:bold;*/
                 color:maroon; }
a:active { text-decoration:none; 
                 color:maroon; }
a:focus { text-decoration:underline;
               /*font-weight:bold; */
                 color:maroon; }
BODY {background: #F8FFE8;
           font-family:Verdana; 
            font-size:80%;}
TABLE {font-family:Verdana; 
            font-size:100%;}

.fett    { font-weight:bold;}
.oben    { vertical-align:text-top;}
.mittig  { vertical-align:middle;}
.unten   { vertical-align:text-bottom;}
