<style>
A:link {
 text-decoration:none;
 background:none;
 }

A:visited {
 text-decoration:none;
 background:none;
 }

A:hover {
 text-decoration:none;
 color:#000000;
 background:#00FFCC
 }
</style>
