H1{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

H2{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

H3{
  font-size : 100%;
  font-weight : normal;
  margin: 0px;
  padding: 0px;
}

strong{
  font-size : 100%;
  font-weight : normal;
}html.css
.rightClass{
  margin-left : 10pt;
  float : right;
}
.leftClass{
  margin-right : 10pt;
  float : left;
}


.linkclass{
  text-decoration : none;
}
.tableborder{
  background-color : white;border-width : 1px 1px 1px 1px;border-style : dotted dotted dotted dotted;border-color : green green green green;}
.tableclass{
  color : maroon;
  background-color : white;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : maroon maroon maroon maroon;}
