BODY{
  color: #660000;
  background-color: #FFFFFF;
}
H1{
  color: #FFFFFF;
  background-color: #8F1F42;
  text-align: center;
  border-top-color: #8F1F42;
  border-right-color: #8F1F42;
  border-bottom-color: #8F1F42;
  border-left-color: #8F1F42;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
}
H2{ color: #630; text-align: center; padding: 4px; }
H3{ color: #8f1f42; text-align: center; padding: 3px; }
HR{
  color: #8F1F42;
  height: 3px;
}
P{
  color: #660000;
}
A{
  color: #006633;
  text-decoration: underline;
}
A:VISITED{
  color: #339966;
  text-decoration: underline;
}
A:HOVER{
  color: #006633;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: underline;
}
UL{
  color: #FF0000;
  list-style-image: url(images/l_b13.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(images/l_b13a.gif);
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
TH{
  color: #FFFFFF;
  background-color: #8F1F42;
}
TD{
  color: #660000;
  background-color: #FFFFFF;
}
.HLEFT{ color: #8f1f42; font-size: large; text-align: left; padding: 3px; }
