BODY{
  color : green;
  background-attachment : fixed;
  font-family : Verdana,"MS UI Gothic";
  font-size : 9pt;
  font-weight : normal;
}
H1{
  color: #339933;
  background-attachment : fixed;
  font-family : Verdana,"MS UI Gothic";
  font-size : 20pt;
  font-weight : normal;
}
H2{
  color: #339933;
  background-attachment : fixed;
  font-family : Verdana,"MS UI Gothic";
  font-size : 16pt;
  font-weight : normal;
}
H3{
  color: #339933;
  background-attachment : fixed;
  font-family : Verdana,"MS UI Gothic";
  font-size : 12pt;
  font-weight : normal;
}
H4{
  color: #339933;
  background-attachment : fixed;
  font-family : Verdana,"MS UI Gothic";
  font-size : 8pt;
  font-weight : normal;
}
HR{
  color: #73C663;
  height: 3px;
}
P{
  color: #339933;
}
A{
  color : teal;
  text-decoration : none;
}
A:VISITED{
  color : gray;
  text-decoration : none;
}
A:HOVER{
  color : black;
  font-style : normal;
  text-decoration : underline;
}
A:ACTIVE{
  color : navy;
}
UL{
  color: #339933;
  list-style-image : url(l_green1.gif);
  list-style-position: outside;
}
TH{
  color: #CCFF99;
  background-color: #009900;
}
TD{
  color: #339933;
  font-family : Verdana,"MS UI Gothic";
  font-size : 9pt;
  font-weight : normal;
}