 
BODY{
  background-color : white;
}
A:hover{
  color : red;
  text-decoration : underline;
}
A:link{
  text-decoration : none;
}
A:visited{
  text-decoration : none;
}
A:active{
  text-decoration : underline;
}
TD.ul{
  border-bottom-width : 1px;
  border-bottom-color : #666666;
  border-bottom-style : dotted;
}
H1{
  padding-left : 10px;
  padding-bottom : 2px;
  border-left-width : 10px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #cc0000;
  border-bottom-color : #cc0000;
  font-size : 140%;
  font-weight : bold;
  text-decoration : none;
  margin-top : 15px;
  margin-bottom : 10px;
}
TD{
  line-height : 140%;
}
H2{
  font-size : 110%;
  font-weight : bold;
  margin-top : 10px;
  margin-left : 0px;
  margin-bottom : 10px;
  border-left-width : 5px;
  border-left-style : double;
  border-left-color : #660000;
  padding-left : 5px;
  
  
  
  
  padding-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #660000;
  padding-top : 5px;
}
H3{
  color : white;
  background-color : maroon;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : red red red red;}
