BODY{
  color: #339933;
  background-color: #CCFFCC;
  background-image :  url("green2.gif");
  background-attachment : fixed;
}
H1{
  color: #009900;
  background-color: #99CC99;
  background-image :  url("green1.gif");
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #009900;
  background-color: #99CC99;
  background-image :  url("green1.gif");
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #009900;
  background-color: #99CC99;
  background-image :  url("green1.gif");
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #73C663;
  height: 3px;
}
P{
  color: #339933;
}
A{
  color: #006600;
  text-decoration: underline;
}
A:VISITED{
  color: #888888;
  text-decoration: underline;
}
A:HOVER{
  color: #006600;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FFFFFF;
  text-decoration: underline;
}
UL{
  color: #339933;
  list-style-image :  url("l_green1.gif");
  list-style-position: outside;
}
TH{
  color: #CCFF99;
  background-color: #009900;
}
TD{
  color: #339933;
  background-color: #CCFF99;
}