<style TYPE="text/css">
BODY
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: verdana, arial, helvetica, sans-serif;
}
td           { color: #000000; font-family: verdana, arial, helvetica, sans-serif }
.classNavigation
{
    COLOR: black
}

a {    text-decoration: none; FONT-WEIGHT: bold }

a:active     { color: #0000FF}
a:visited    { color: #FF9900}
a:hover      { color: #FF0000}

a.classNavigation:hover
{
    COLOR: red
}

a.classNavigation:link {
    COLOR: #0000FF
}


a.classNavigation:hover {
   color: #FF0000; 
}

</style>