body, p, td
{
  font-family:Verdana;
  font-size:9pt;
  color:white;
  font-weight:bold;
  text-decoration:none;
}

h1
{
  font-family:Verdana;
  font-size:10pt;
  color:white;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
}

h2
{
  font-family:Verdana;
  font-size:10pt;
  color:white;
  font-weight:bold;
  text-decoration:none;
}

.preto
{
  font-family:Verdana;
  font-size:9pt;
  color:black;
  font-weight:bold;
  text-decoration:none;
}


a
{
  color:white;
  font-weight:bold;
  text-decoration:none;
}

a:hover
{
  color:red;
  text-decoration:underline;
}