BODY{
  color: #3333CC;
  background-color: #FFFFFF;
}
H1{
  color: #3333CC;
  background-color: #FF9999;
  background-image : url(p01.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #3333CC;
  background-color: #FF9999;
  background-image : url(p01.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #3333CC;
  background-color: #FF9999;
  background-image : url(p01.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #FF6666;
  height: 3px;
}
P{
  color: #3333CC;
}
A{
  color: #FF3333;
  text-decoration: underline;
}
A:VISITED{
  color: #FF9999;
  text-decoration: underline;
}
A:HOVER{
  color : #ff80c0;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}
UL{
  color: #3333CC;
  list-style-image : url(l_p01.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #FF6666;
}
TD{
  color: #3333CC;
  background-color: #FFFFFF;
}