He creado una clase para un texto. Me sale todo bien, menos el color de los enlaces.
Este es el codigo 
 Código PHP:
    .titulos {
    WIDTH: 100%;
    CURSOR: pointer;
    background-color: #000;
    border: 1px solid #FFF;
    display: list-item;
    text-decoration: none;
}
 
#titulo-1 {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-indent: 30px;
    background-color: #FFF;
    border-top-color: #FFF;
    text-decoration: none;
}
#titulo-1:hover {
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 12px;
    color: #F00;
    font-weight: bold;
    text-indent: 30px;
    background-color: #FF9;
    border-top-color: #FFF;
    text-decoration: none;
} 
    
  Pero me falta el codigo que no me cambie el color del texto. Me gustaria que fuera siempre negro.
Una ayudita?.
Muchas gracias