.titulo {
 font-size: 18pt;
 font-weight: bold;
 font-family: Times New Roman;
 color: #000000;
}

.subtitulo {
 font-size: 12pt;
 font-weight: bold;
 font-family: Times New Roman; 
 color: #636256
}

BODY {
 font-size: 10pt;
 font-family: arial;
 text-align: left;
 color: #E6E0CE;
}

TD {
 font-size: 10pt;
 font-family: arial;
 text-align: left;
 color: #666666;
}

H1 {
 font-size: 20pt;
 font-family: Times New Roman;
 text-align: left;
 color: #000000;
}

A:link {
  text-decoration:none;color:#552900;}
A:visited {
  text-decoration:none;color:#552900;}
A:active {
  text-decoration:none;color:#FE9F40;}
A:hover {
  text-decoration:underline;color:#cc3300;font-weight: bold;}


