body {
font-size: 14px;
color: #000000;
background-color: #FFFFFF;
}

:link {
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}

:visited { 
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}

a:hover { color: blue; background: white }