BODY{
  color : black;
  background-color : white;
  background-attachment : fixed;
}
H1{
  color : white;
  background-color : gray;
  text-align : left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  float : none;
}
H2{
  color : white;
  background-color : #ff8000;
  text-align : left;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color : white;
  background-color : #ff8000;
  text-align : left;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  text-indent : 10px;
}
HR{
  color : #1e1e1e;
  height : 2px;
  text-align : left;
  position : absolute;
  left : auto;
}
P{
  color: #660000;
}
A{
  color : navy;
  text-decoration : none;
}
A:VISITED{
  color : navy;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color : navy;
}
UL{
  color: #660000;
  list-style-image : url(l_wood1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFDD;
  background-color: #CC6633;
}
TD{
  color : #3c3c3c;
  background-color : white;
}
