BODY{
  color: #339900;
  background-color: #FFFFCC;
}
H1{
  color: #339900;
  text-align: center;
  border-top-color: #FF9966;
  border-bottom-color: #FF9966;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: solid;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
H2{
  color: #339900;
  text-align: center;
  border-top-color: #FF9966;
  border-bottom-color: #FF9966;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
}
H3{
  color: #339900;
  text-align: center;
  border-top-color: #FF9966;
  border-bottom-color: #FF9966;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-left-width: 0px;
}
HR{
  color: #339900;
  height: 3px;
}
P{
  color: #339900;
}
A{
  color: #FF6600;
  text-decoration: none;
}
A:VISITED{
  color: #FF9966;
  text-decoration: none;
}
A:HOVER{
  color: #FF6600;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFFF99;
  text-decoration: none;
}
UL{
  color: #339900;
  list-style-image : url(l_b08.gif);
  list-style-position: outside;
}
TH{
  color: #FFFF99;
  background-color: #FF9966;
}
TD{
  color: #339900;
  background-color: #FFCC33;
}
