<Style type="text/css">

a:link {color: blue; text-decoration:none}

a:visited {color: blue; text-decoration:none}

a:active {color: blue; text-decoration:none}

a:hover {background: none; color: red; text-decoration:none}



a.nav:link {color: red; text-decoration:none}

a.nav:visited {color: red; text-decoration:none}

a.nav:active {color: red; text-decoration:none}

a.nav:hover {background: none; color: red; text-decoration:underline}

</Style>


