<!--
   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 : overline , underline;
   }
   
 a  {
   	font-family : Verdana, Arial;
   	font-size : 11px;
   	color : navy;
   	text-decoration : none;
   }
    -->
