BODY{
  
  
  
  text-align : center;
  background-color : black;
}
H1{
  color : yellow;
  background-color: #9999FF;
  background-image : url(p04.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  ;
}
H2{
  color: #CCFFFF;
  background-color: #9999FF;
  background-image : url(p04.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #CCFFFF;
  background-color: #9999FF;
  background-image : url(p04.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color : #ffffff;
  height: 3px;
}
P{
  color : #ffffff;
}
A{
  color : lime;
  text-decoration: underline;
}
A:VISITED{
  color : blue;
  text-decoration: underline;
}
A:HOVER{
  color : blue;
  text-decoration: underline;
}
A:ACTIVE{
  color : blue;
  text-decoration: underline;
}
UL{
  color: #66CCFF;
  list-style-image : url(l_p04.gif);
  list-style-position: outside;
}
TH{
  color: #CCFFFF;
  background-color: #9999FF;
}
TD{
  color : #ffffff;
  
}