BODY {
background-color: #ffffff;
font-size: 16pt;
font-family: Verdana;
color: #000000;
text-decoration: none;
}
A:link { 
color: #000000;
text-decoration: bold;
}
A:visited { 
color: #000000;
text-decoration: bold;
}
A:link:hover, :visited:hover {
background:#000000;
color: #FFFFFF;
text-decoration: none;
}
