A:link,A:visited,A:active {text-decoration:none}
A:hover {text-decoration :underline}
A.diferente:link,A.diferente:active {
font-family:Arial;
font-size:xx-small;
color : #0000A0;
text-decoration : none;
}
A.diferente:visited {
font-family:Arial;
font-size:xx-small;
color : #0000A0;
text-decoration : none;
background : #FFFFFF;
}
A.diferente:hover {
font-family:Arial;
font-size:xx-small;
color : #FFFFFF;
text-decoration : underline;
background : #0000A0;
}
A.diferente2:link,A.diferente2:active {
font-family:Verdana;
font-size:xx-small;
font-style:bold;
color : #FFFFFF;
text-decoration : none;
}
A.diferente2:visited {
font-family:Verdana;
font-size:xx-small;
font-style:bold;
color : #FFFFFF;
text-decoration : none;
}
A.diferente2:hover {
font-family:Verdana;
font-size:xx-small;
color : #FFFFFF;
text-decoration : underline;
}
