BODY{
  color : white;
  background-color: #000000;
}
H3{
  color: white;
  text-align: left;
  border-top-color : black;
  border-bottom-color : white;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border-style: dotted;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}
HR{
  color : white;
  height: 1px;
}
P{
  color: #ffffff;
}
A{
  color: #ccff99;
  text-decoration: none;
}
A:VISITED{
  color: skyblue;
  text-decoration: none;
}
A:HOVER{
  color: deeppink;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #FF9933;
  text-decoration: none;
}
TH{
  color: white;
  background-color: #666666;
}
TD{
  color: #ffffff;
  background-color: #000000;
}