No sé si será por esto, pero por si acaso, pon los estilos entre las siguientes etiquetas:
Código:
<STYLE type="text/css">
A:link { text-decoration:none; color:orange }
A:visited { text-decoration:none; color:orange }
A:hover { text-decoration:underline; color:orange }
</STYLE>
A ver si es eso... ;)