<!--
/* Text Formatting */

a:link { color:blue; text-decoration:none; font-size: 15;font-family: "Times New Roman", Times, serif; }

a:visited { color:red; text-decoration:none; font-size: 15;font-family: "Times New Roman", Times, serif; }

a:hover { color:green; text-decoration:underline; font-size: 15;font-family: "Times New Roman", Times, serif; }

a:active { color:red; text-decoration:none; font-size: 15;font-family: "Times New Roman", Times, serif; }

a.head:link {color:red; text-decoration:none}
a.head:visited {color:red; text-decoration:none}
a.head:hover {color:blue; text-decoration:none}
a.head:active {color:blue; text-decoration:none}
td.edition{font-size:12px;
  font-family:Verdana,Arial,Helvetica;
  color:B7770D;
}
font.title{font-size:15px;
  font-family:Times New Roman,Arial,Helvetica;
  color:FE9B61;
}

p.title{font-size:40;;color:#C9A908}


body {
  background-color:#ffffff;color:#000000; text-align:justify;
  font-family:Georgia, Times New Roman, Times, serif;
  margin-top:0;
  margin-left:0;
}

td.footer {
  font-size:10px;
  font-family:Verdana,Arial,Helvetica;
  color:#000000;
  vertical-align:middle;
  text-align:center;
}
-->