<style type="text/css">
A:link {text-decoration: none;} 
A:visited {text-decoration: none;} 
A:link {text-decoration: none;} 
A:hover { color: yellow; text-decoration: underline }

A.clase1:visited {color:#000066; text-decoration:none; }
A.clase1:active {color:#000066; text-decoration:none;}
A.clase1:link {color:#000066; text-decoration:none;}
A.clase1:hover {color:yellow; font-weight:bold; text-decoration:underline overline; text-transform: uppercase;}

A.clase2:visited {color:yellow; text-decoration:none;}
A.clase2:active {color:yellow; text-decoration:none;}
A.clase2:link {color:yellow; text-decoration:none;}
A.clase2:hover {color:#9999FF; text-decoration:none;}

A.tit:visited {color:yellow; text-decoration:none; background:#000066; font-family:Comic Sans MS, Arial, Tahoma;}
A.tit:active {color:yellow; text-decoration:none; background:#000066; font-family:Comic Sans MS, Arial, Tahoma;}
A.tit:link {color:yellow; text-decoration:none; background:#000066; font-family:Comic Sans MS, Arial, Tahoma;}
A.tit:hover {color:yellow; text-decoration:undeline; background-color:#378AC8; font-family:Comic Sans MS, Arial, Tahoma;}

.Estilo5 {font-size:12px;}

</style>