BODY{
  color: #000000;
  background-color: #EEEEDD;
  background-image : url(/ring/images/bkgnd1.png);
}
H1{
  font-family: "Times", "Times New Roman", cursive;
  text-align: center;
}
H2{
  color: #FFFFFF;
  font-family: "Times", "Times New Roman", cursive;
  background-color: #fff;
  background: url(h2back.png) left;
  background-repeat: repeat-y;
  text-align: left;
  font-style: italic;
  padding-top: 2px;
  padding-right: 32px;
  padding-bottom: 2px;
  padding-left: 32px;
  border-style: groove;
}
HR{
  color: #666666;
  height: 3px;
}
P{
  color: #000000;
}
A{
  text-decoration: none;
}
A:VISITED{
  text-decoration: none;
}
A:HOVER{
  text-decoration: underline;
}
A:ACTIVE{
  text-decoration: none;
}
UL{
  color: #000000;
  list-style-image : url(l_stain1.png);
  list-style-position: outside;
}
TH{
  color: #000000;
  background-color: #ffffcc;
}
TD{
  color: #000000;
}
TABLE{
  border: 1px solid black;
}
