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

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