Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/09/2005, 15:29
Avatar de leoj90
leoj90
Usuario baneado!
 
Fecha de Ingreso: agosto-2005
Mensajes: 1.365
Antigüedad: 18 años, 8 meses
Puntos: 0
Pon la clase principal y los links bien, sino no sirve:

.union {
font-size: 8pt;
font-family: Verdana;
}

A.union:link {
color: #F38D02;
font-weight: bold;
text-decoration: underline;
}

A.union:visited {
color: #F7C177;
font-weight: bold;
text-decoration: underline;
}

A.union:hover {
color: #C0C0C0;
font-weight: bold;
text-decoration: underline;
}