<style type="text/css">
A:link {text-decoration: underline; color: black;}
A:visited {text-decoration; color: black;}
A:active {text-decoration: color: black;}
A:hover {text-decoration: underline; color: white;}

a.two:link {color: #FFFF00; text-decoration: none}
a.two:visited {color: #FFFF00; text-decoration: none}
a.two:hover {text-decoration: underline}
</style>


