body { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     background-color: #ffffff;
}

table { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     font-weight: 500;
}

table.text { 
     font-size: 10px; 
     font-family: Verdana, Geneva, Arial, serif; 
     color: black; 
     font-weight: 500;
     margin: 5px;
}

a:link { color: #993399; font-weight: 600; text-decoration: none; }
a:active { color: #CC99CC; font-weight: 600; text-decoration: none; }
a:visited { color: #silver; font-weight: 600; text-decoration: none; }
a:hover { color: #CC99CC; font-weight: 600; text-decoration: none; }
