body {
   margin:10px;
   color: #000066; 
   background: #ccff99; 
   font-family: Verdana, sans-serif; 
   font-size: 12; 
}

td {
    font-family: Verdana, sans-serif; 
    font-size: 12;
}

a:link {
    color:#0033CC; 
    text-decoration: none; 
}

a:visited {
    color:#0033CC; 
     text-decoration: none;
}

a:hover {
    color:#0099CC; 
    text-decoration: none;
}

a:active {
    color:#0099CC; 
    text-decoration: none;  
}