body {background-color: #FFFFFF; color:black; font: Times New Roman, Times, serif;}

a:link {
    color: #003366;
    font-weight: bold;
    text-decoration: none
}

a:visited {
    color: #003399;
    font-weight: bold;
    text-decoration: none
}

a:hover {
    color: #003399; 
    text-decoration: underline
}

a:visited:hover {
    color: #003399; 
    text-decoration: underline
}


