body {
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 10pt;
  background-color: White;
  background-repeat: repeat;
  background-attachment: scroll;
  text-decoration : none;
  margin : 0px;
} 

H1 {
  font-family : Arial, Helvetica, sans-serif ;
  font-size : 22pt;
  text-decoration: none;
  color: Blue;
  margin-bottom : 0px;
  margin-top : 10px;
  font-style : normal;
  font-weight : bold;
}

H2 {
  font-size : 18pt;
  text-decoration: none;
  color: Blue;
  margin-bottom : 0px;
  margin-top : 5px;
  font-style : normal;
  font-weight : bold;
}

H3 {
  font-size : 12pt;
  text-decoration: none;
  color: Blue;
  margin-bottom : 0px;
  margin-top : 0px;
  font-weight : bold;
}

TD, TR  {
  font-family : Arial,Helvetica, sans-serif ;
  font-size : 10pt;
}

A:link {
  color: Red;
  text-decoration: underline;
 } 
A:visited 
{ 
  color: Red; 
  text-decoration: underline;
 } 
A:hover {
  color: Blue;
  text-decoration: underline;
} 


