BODY
{
  font-family: Verdadna, Arial; 
  font-size: 10pt;
}

P
{
  font-family: Verdadna, Arial; 
  font-size: 10pt;
}

CODE
{
  font-family: Courier New, Courier, System; 
  font-size: 10pt;
}

PRE
{
  font-family: Courier New, Courier, System; 
  font-size: 10pt;
}

H1 { font-size: 18pt }
H2 { font-size: 16pt }
H3 { font-size: 14pt }

TD
{
  font-family: Verdadna, Arial; 
  font-size: 10pt;
}

TH
{
  font-family: Verdadna, Arial; 
  font-size: 10pt;
}

A
{
 {
  text-decoration: none;
  color: blue;
  font-size: 10pt;
 }

 :visited
 {
  color: darkmagenta;
 }
 
 :hover
 {
  color: red;
 }
}

.New
{
  color: red;
  text-decoration: underline + overline;
  font-family: Times New Roman;
}
