body {font-family: arial;      
     }

A { text-decoration: none;
    font-size: 10 pt;
    font-family: arial;
  }
  
table { vertical-align: top; 
      }  
      
td { vertical-align: top;
     font-size: 10pt;       
   }      
   
b.menu
   {color: white;
    font-size: 10pt;
    font: bold;
    font-family: times; 
   }   
   
A:link  {color: orange; }
A:visited {color: orange;  }    
A:active {color: white; }
A:hover {color: white;
         text-decoration: underline overline; }
