BODY{
  color: #000000;
  background-color: #CCCCCC;
  background-image : url(stone2.gif);
  background-attachment : fixed;
}
H1{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #CCCCDD;
  background-color: #333344;
  background-image : url(stone1.gif);
  text-align: center;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #333344;
  height: 3px;
}
P{
  color: #000000;
}
A{
  color: #333377;
  text-decoration: underline;
}
A:VISITED{
  color: #666666;
  text-decoration: underline;
}
A:HOVER{
  color: #333377;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #000000;
  text-decoration: underline;
}
UL{
  color: #000000;
  list-style-image : url(l_stone1.gif);
  list-style-position: outside;
}
TH{
  color: #333344;
  background-color: #CCCCDD;
}
TD{
  color: #CCCCDD;
  background-color: #333344;
}