BODY{
  color: #ffffff;
  background-color: #ffffff;
  background-image : none;
  background-attachment : fixed;
}
H1{
  color: #555555;
  background-color: #ffffff;
  background-image : none;
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #555555;
  background-color: #ffffff;
  background-image : none;
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H3{
  color: #555555;
  background-color: #ffffff;
  background-image : none;
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
HR{
  color: teal;
  height: 3px;
}
P{
  font-size:16px;
  color: #003300;
}
A{
  text-decoration: underline;
  font-size: 13px;
  color : #003399;
}
A:VISITED{
  color: #990033;
  text-decoration: underline;
}
A:HOVER{
  color: #ff6600;
  text-decoration: underline;
  font-style : italic;
}
A:ACTIVE{
  color: #339900;
  text-decoration: underline;
}
UL{
  color: teal;
  list-style-image : none;
  list-style-position: outside;
}
TH{
  color: #000000;
  background-color: #fe4d3cc;
}
TD{
  font-size: 13px;
  color : #232323;
  background-color : #ffffff;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
}