DIV{
    font-size : 10pt;
    margin-left : 10px;
  }
BODY{
  background-color:#ffd9c5;
  color : #824738;
  font-size : 10pt;
  margin-top : 0px;
  margin-bottom : 10px;
  margin-left : 0px;
  margin-right : 0px;
}
TD{
  font-size : 9pt;
}
A:LINK{
  text-decoration : none;
  color : "#80bfff";
}
A:VISITED{
  text-decoration : none;
  color : "#ff80ff";
}
A:ACTIVE{
  text-decoration : none;
  color : "#ff8484";
}
A:HOVER{
  text-decoration : none;
  color : "#ffffff";
  background : "#888888";
}
H1{
  font-size : 16pt;
  color : "#824738";
  line-height:140%;
}
H2{
  font-size : 12pt;
  color : "#006793";
  line-height:150%;
}