Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/09/2005, 15:33
Avatar de leoj90
leoj90
Usuario baneado!
 
Fecha de Ingreso: agosto-2005
Mensajes: 1.365
Antigüedad: 18 años, 8 meses
Puntos: 0
Siempre falta el mismo, el estilo principal:
Código:
.estilo1 {
font-size: 12pt;
font-family: Arial;
}
A.estilo1:link {
text-decoration: none;
color: #111111;
}
A.estilo1:visited {
text-decoration: none;
color: #111111;
}
A.estilo1:hover {
text-decoration: none;
color: #0000CC;
}
Estilo 2:
Código:
.estilo2 {
font-size: 10pt;
font-family: Arial;
}
A.estilo2:link {
text-decoration: none;
color: #111111;
}
A.estilo2:visited {
text-decoration: none;
color: #111111;
}
A.estilo2:hover {
text-decoration: none;
color: #0000CC;
}