BODY{
  color: #CCCCCC;
  background-color: #000066;
}
H1{
  color: #CCCCCC;
  text-align : center;
  border-top-color: #666666;
  border-bottom-color: #666666;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
H2{
  color: #CCCCCC;
  text-align : center;
  border-top-color: #666666;
  border-bottom-color: #666666;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
H3{
  color: #CCCCCC;
  text-align: left;
  border-top-color: #666666;
  border-bottom-color: #666666;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-left-width: 0px;
}
HR{
  color: #666666;
  height: 3px;
}
P{
  color: #CCCCCC;
}
A{
  color: #669933;
  text-decoration: none;
}
A:VISITED{
  color: #99CC66;
  text-decoration: none;
}
A:HOVER{
  color: #669933;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFFFFF;
  text-decoration: none;
}
UL{
  color: #CCCCCC;
  list-style-image : url(l_b06.gif);
  list-style-position: outside;
}
UL UL{
  list-style-image : url(l_b06a.gif);
}
TH{
  color: #000066;
  background-color: #666666;
}
TD{
  color: #000066;
  background-color : #cecece;
}