TD {
   font-size : 14px; 
   font-family : verdana, impact, sans-serif;
   color : #ffffff; 
   cursor : default;
   padding-left: 5px;
}

BODY {
   font-size : 14px; 
   font-family : verdana, impact, sans-serif;
   color : #ffffff;
   background-color : #669999;
   cursor : default;
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 0; 
   margin-right: 0;
   padding-left: 0;
}

A:visited {
   font-weight: bold;
   color : red; 
   text-decoration : none; 
}

A:link {
   font-weight: bold;
   color : red; 
   text-decoration : none; 
}

A:hover {
   font-weight: bold;
   color : yellow; 
   text-decoration : underline; 
}