ho seguito il tuo consiglio e li ho separati cosi ma purtroppo il testo normale non likato si vede sempre bianco e non rosso
.admin {
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #FF0000;
}
.admin a:link {
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #FF0000;
}
.admin a:visited{
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #FF0000;
}
.admin a:hover {
text-decoration: underline;
font-weight: bold;
font-size: 12px;
color: #000000;
}
.admin a:active {
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #FF0000;
}