BODY{
  color: #FFBE0A;
  background-color:#4F1303;
  font-family:Times New Roman;
  font-size:12pt;
}
H1{
  color: #FFCBCC;
  text-align: center;
  font-family:Times New Roman;
  font-size:20pt;

}
H2{
  color: #FFCBCC;
  text-align: center;
  font-family:Times New Roman;
  font-size:16pt;

}
H3{
  color: #FF3C06;
  text-align: center;
  font-family:Times New Roman;
  font-size:12pt;
}
HR{
  color: #FFBE0A;
  height: 3px;
}
P{
  color: #FFBE0A;
  font-family:Times New Roman;
  font-size:12pt;
}
A{
  color: #6666FF;
  text-decoration: none;
}
A:VISITED{
  color: #FF3C06;
  text-decoration: none;
}
A:HOVER{
  color: #FFFF39
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFE4CB;
  text-decoration: none;
}
UL{
  color: #FFBE0A;
  list-style-image : url(Bullets.gif);
  list-style-position: outside;
}
TH{
  color: #FFBE0A;
  background-color:#4F1303;
   font-family:Times New Roman;
  font-size:12pt;
}
TD{
  color: #FFBE0A;
  background-color:#4F1303;
    font-family:Times New Roman;
  font-size:12pt;
}
SELECT{
  color: #000000;
  background-color: #E6DFDF;
    font-family:Times New Roman;
  font-size:8pt;
}
SUBMIT{
  color: #000000;
  background-color: #FF3C06;
    font-family:Times New Roman;
  font-size:8pt;
}
