BODY{
  color: #773355;
  background-color: #8CCCD8;
}
H1{
  color: #CCEEEE;
  background-color: #773355;
  background-image : url(p07.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #CCEEEE;
  background-color: #773355;
  background-image : url(p07.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #CCEEEE;
  background-color: #773355;
  background-image : url(p07.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #773355;
  height: 3px;
}
P{
  color: #773355;
}
A{
  color: #336666;
  text-decoration: underline;
}
A:VISITED{
  color: #339999;
  text-decoration: underline;
}
A:HOVER{
  color : #004080;
  text-decoration : underline;
}
A:ACTIVE{
  color: #CCEEEE;
  text-decoration: underline;
}
UL{
  color: #773355;
  list-style-image : url(l_p07.gif);
  list-style-position: outside;
}
TH{
  color: #CCEEEE;
  background-color: #773355;
}
TD{
  color: #773355;
  background-color: #CCBBBB;
}