body
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}

div
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;

}

h3
{
  font-size: 10pt;
  color: red;
  font-family: Verdana;
  font-weight: bold;
}

h4
{
  font-size: 10pt;
  color: blue;
  font-family: Verdana;
  font-weight: bold;
}


h5
{
  font-size: 10pt;
  color: blue;
  font-family: Verdana;
}

h6
{
  font-size: 6pt;
  color: black;
  font-family: Verdana;
  font-weight: normal;
  position: relative; top: 10px 
}

td
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}

th
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}

input
{
  color: black;
  font-size: 8pt;
  font-family: Verdana;
}
                              
A:link      { color:gray; text-decoration: none }
A:visited   { color:gray; text-decoration: none }
A:active    { color:red; text-decoration: none }
A:hover     { color:red; text-decoration: none }
