body {
    color: #000000;
    font-family: 'Tahoma','Arial', 'Helvetica';
    font-size: 10pt;
    text-align: justify;
}

a {
  color: 6666ff;
  border-style: dotted;
  border-width: 2px;
}

a.n {
  border-width: 0px;
}

a:hover {
  color: black;
  background-color: yellow;
}

table.t1 {
  background-color: 99ccff;
  border-style: dashed;
  border-width: 1px;
}

table.erro {
  background-color: ff6666;
  color: white;
  border-style: dashed;
  border-width: 1px;
}

td {
    font-family: 'Tahoma','Arial', 'Helvetica';
    font-size: 10pt;
}

td.rodape {
    border-style: solid; 
    border-width: 1px;
 
}

.titulo {
  font-size: 14pt;
  background-color: 0099cc;
  border-style: dotted;
  border-width: 1px;
}

.topico {
  margin-top: 0px;
  background-color: ccccff;
  border-style: dashed;
  border-width: 1px;
}

.rodape {
    font-size: 7pt;
    font-style: italic;
    text-align: right;
}

.nota {
    font-size: 8pt;
    text-align: justify;
    font-family: Tahoma, Verdana;
}
