a:link, a:visited, a:hover, a:active {
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: #191970; /* midnight blue */
}
a:hover {
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   color: white;
   background-color: #191970; /* midnight blue */
   font-weight: bold;
   /*
    * outline is CSS2 and CSS2 is not supported even under Netscape 6
    * using border instead works in Netscape 6 but screws up Netscape 4 big time
    */
   outline-style: solid;
   outline-width: 1px;
   outline-color: #191970; /* midnight blue */
}

