CSS

amimusa
11 de Noviembre del 2003
Hola, se me esat presentando el siguiente problema utlizando estilos.
El codigo de estilos es el siguiente:

.indice { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #878832; text-decoration: none; height: 40px; text-align: center}

a:hover { color: #666666; text-decoration: none}

.poema { font-family: "Courier New", Courier, mono; font-size: 12px; color: #400040; text-decoration: none; visibility: hidden; height: 470px; width: 280px; left: 100px; top: 100px; clip: rect( ); text-align: center}

a:active { color: #878832; text-decoration: none}

a:link { color: #878832; text-decoration: none}

a:visited { color: #878832; text-decoration: none}

Y el problema que tengo es que una vez los links son visitados, el efecto de cambiar el color en a:hover ya no se realiza.
¿Alguna sugerencia?

Gracias.

PD: Por favor, envienme las respuestas a mi direccion de correo.