<style>
body 
{
    background-color: #ffffff;
    font-family: sans-serif;
    color: #000000;
    margin: 0px;
    padding: 2em 0px 2em 0px;
}

a:link, a:visited 
{ 
    text-decoration: none;
    color: #FFFFFF
}
a:hover 
{
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bolder
}
</style>
