* {
   font-family: Verdana, Arial, Helvetica;
}

h1,h2,h3,h4 {
   font-family: Verdana, Arial, Helvetica;
}

h1  {
   font-size:20;
   color:darkblue;
}

h2  {
   font-size:18;
   color:darkblue;
}

h3  {
   font-size:16;
   color:darkblue;
}


p  {    
   font-size: smaller;  
  }

td { 
   font-family: Verdana, Arial, Helvetica;
   font-size: smaller;
  }
  
.hervorgehoben
   {
     font-weight:bold;
     color:darkblue;
   }

a:link { text-decoration:underline; font-weight:bold; color:#000080 }
a:visited { text-decoration:underline; font-weight:bold; color:#0066CC; }
a:hover { text-decoration:underline; font-weight:bold; color:#FF0000; }
a:active { text-decoration:underline; font-weight:bold; color:#FF0000; }