H1  {
 font-size : 22pt;
 font-family : verdana,arial;
 text-decoration : underline;
 text-align : center;
 background-color : Teal;
}

H2  {
 font-size : 20pt;
 font-family : verdana,arial;
 text-decoration : underline;
 text-align : center;
 background-color : Teal;
}

H3  {
 font-size : 11pt;
 font-family : arial,helvetica;
 font-weight : normal;
}

BODY  {
 background-color : #6060ff;
 font-size : 11pt;
 font-family : arial;
 color : White;
}

A.linkVerdeRojo:visited {color:#00ff00;} 
A.linkVerdeRojo:active {color:#00ff00;} 
A.linkVerdeRojo:link {color:#00ff00;} 
A.linkVerdeRojo:hover {color:#ff1414;} 

A:visited {color:Yellow;} 
A:active {color:Yellow;} 
A:link {color:Yellow;} 
A:hover {color:#ff1414;} 
