	body  {
   	text-decoration : none;
   	font-family : Verdana;
   	font-size : 11px;
   	font-weight : bold;
   	color : White;
   }

   td  {
   text-decoration : none;
   font-family : Verdana;
   font-size : 11px;
   color : navy;
   }   
   
   a  {
   	text-decoration : none;
   	font-family : Verdana;
   	font-size : 11px;
   	font-weight : bold;
   	color : White;
   }
   
   a:hover  {
   	text-decoration : none;
   	font-family : Verdana;
   	font-size : 11px;
   	font-weight : bold;
   	color : #ff8040;
   }
