body {
  background-color: #FFFF9C;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  color: #000000;
  scrollbar-face-color: #FF00DE;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FF00DE;
  scrollbar-3dlight-color: #FF00DE;
  scrollbar-darkshadow-color: #FF00DE;
}
.desc {
 font-size: 12px;
 padding-left: 5px;
 padding-right: 5px;
 vertical-align: top;
 text-align: justify;
 font-weight: bold;
}
.tdleftmenu {
 font-size: 14px;
 padding-left: 20px;
 padding-right: 5px;
 vertical-align: top;
 text-align: left;
}
.tdrightmenu {
 font-size: 14px;
 padding-left: 5px;
 padding-right: 20px;
 vertical-align: top;
 text-align: right;
}
.tdmain {
 font-size: 17px;
 padding-left: 10px;
 padding-right: 10px;
 vertical-align: top;
 color: Black;
}
input {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px #FFFFFF solid;
}
hr {
	border: dashed #000000 3px;
	height: 3px;
}
.txt {
	text-align: justify;
	background-color: Black;
	padding: 10px;
	color: White;
	font-size: 16px;
}
.txt2 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
}
.txt3 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.txt4 {
	text-align: justify;
	background-color: Black;
	padding: 5px;
	color: White;
	font-size: 14px;
}
a:link,a:visited{
  text-decoration: none;
  color: #FF00DE;
}
a:hover,a:active{
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
}
h1 {
	font-size: 20px;
	text-align: center;
}
h1.do {
	font-size: 20px;
	text-align: left;
	font-family: Impact;
	font-weight: normal;
	display: inline;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}