body  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : black;
   }
h1 {
    font-family: Verdana, Arial
    font-size: 30px;
    font-weight: normal;
    color: #400040;
   }
em {
    background: #d7e2e8;
    font-weight:
    bold; font-style:normal;
}
a:aktive  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : blue;
   	font-weight : normal;
   	text-decoration : none;
   }
a:hover  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : Red;
   	text-decoration : none;
   }
a  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : navy;
   	text-decoration : none;
   }
.steelblue  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : steelblue;
   }
.black  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : black;
   }
.navy  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : navy;
}
.maroon {
    font-family: Verdana, Arial
    font-size: 9px;
    color: maroon;
   }
