BODY{

  color : gray;

  background-color: #FFFFFF;

}

H1{

  color: #CCCCCC;

  background-color: #003333;

  text-align: center;

  border-right-color: #660000;

  border-left-color: #660000;

  padding-top: 5px;

  padding-right: 5px;

  padding-bottom: 5px;

  padding-left: 5px;

  border-style: solid;

  border-top-width: 0px;

  border-right-width: 50px;

  border-bottom-width: 0px;

  border-left-width: 50px;

}

H2{

  color: #CCCCCC;

  background-color: #003333;

  text-align: center;

  border-right-color: #660000;

  border-left-color: #660000;

  padding-top: 4px;

  padding-right: 4px;

  padding-bottom: 4px;

  padding-left: 4px;

  border-style: solid;

  border-top-width: 0px;

  border-right-width: 50px;

  border-bottom-width: 0px;

  border-left-width: 50px;

}

H3{

  color: #CCCCCC;

  background-color: #003333;

  text-align: center;

  border-right-color: #660000;

  border-left-color: #660000;

  padding-top: 3px;

  padding-right: 3px;

  padding-bottom: 3px;

  padding-left: 3px;

  border-style: solid;

  border-top-width: 0px;

  border-right-width: 50px;

  border-bottom-width: 0px;

  border-left-width: 50px;

}

HR{

  color: #CCCCCC;

  height: 3px;

}

P{

  color: #FF0000;

}

A{

  color: #006666;

  text-decoration : none;

}

A:VISITED{

  color : purple;

  text-decoration : none;

}

A:HOVER{

  color : red;

  font-style : normal;

  

  text-decoration : underline;

}

A:ACTIVE{

  color: #999900;

}

UL{

  color: #FF0000;

  list-style-image : url(l_b17.gif);

  list-style-position: outside;

}

TH{

  color: #CCCCCC;

  background-color: #660000;

}

TD{

  color : teal;

}