<style>
A:hover {text-decoration:underline;}
A:link {text-decoration:none; color: #cc0000;}
A:visited {text-decoration:none; color: #cc0000;}
A:hover {text-decoration:underline; color: #ff0000;}
A:active {color: #ff0000; background:;}
</style>