BODY{
  color: #009900;
  background-color: #FFFF99;
}
H1{
  color: #FF6699;
  background-color: #CCFF99;
  background-image : url(p05.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #FF6699;
  background-color: #CCFF99;
  background-image : url(p05.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FF6699;
  background-color: #CCFF99;
  background-image : url(p05.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #99CC66;
  height: 3px;
}
P{
  color: #009900;
}
A{
  color: #FF6699;
  text-decoration: underline;
}
A:VISITED{
  color: #FF9999;
  text-decoration: underline;
}
A:HOVER{
  color : #ff0b85;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFFFFF;
  text-decoration: underline;
}
UL{
  color: #009900;
  list-style-image : url(l_p05.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFCC;
  background-color: #99CC66;
}
TD{
  color: #FF6699;
  background-color: #CCFF99;
}