BODY{
  color : black;
  background-repeat : no-repeat;
  background-attachment : fixed;
  margin-top : 0px;
  margin-left : 0px;
  font-size : 14px;
  background-position : 0px 0px;
  background-color : white;
  line-height : 20px;
  margin-bottom : 1px;
}
H1{
  color : navy;
  border-left-width : 3pc;
  border-left-style : solid;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  padding-left : 10px;
  border-bottom-color : #0066CC;
  border-left-color : #0066CC;
  width : 450px;
}
H2{
  color : blue;
  padding-left : 5px;
  border-left-width : 2pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
  width : 400px;
  left : 10px;
  top : 2px;
  margin-top : 5px;
}
H3{
  color : navy;
  padding-left : 3px;
  border-left-width : 1pc;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #0066CC;
  border-bottom-color : #0066CC;
  width : 450px;
  left : 20px;
  top : 1px;
}
HR{
  color : #cee7ff;
  height: 3px;
}
A{
  color : #bd005f;
  text-decoration : none;
}
A:VISITED{
  color : purple;
}
A:ACTIVE{
  color : maroon;
  text-decoration: underline;
}
UL{
  color : black;
  list-style-position: outside;
  list-style-type : disc;
  padding-top : 5px;
  padding-bottom : 5px;
  text-align : left;
}
TH{
  color: #CCCC99;
  background-color: #663300;
}
TD{
  font-size : 14px;
  color : navy;
}
H4{
  color : navy;
  padding-bottom : 2px;
  border-left-width : 20px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-left-color : #0080ff;
  border-bottom-color : gray;
  width : 300px;
  padding-left : 2px;
  border-bottom-style : solid;
  left : 30px;
  top : 1px;
  margin-top : 2px;
}
TABLE{
  top : 0px;
  left : 0px;
}
