html {
  scrollbar-arrow-color:#FF0000;
  scrollbar-track-color:#000000;
  scrollbar-shadow-color:#FF0000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#FF0000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-3dlight-color:#000000;
}
 body, td, th {
	background-color: #000000;
	margin: 0px ;
	color: #FF0000;
	font-family: "Georgia", Times New Roman, Times, serif;
 }

a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
.whitebg {
	background-color: #FFFFFF;
}
.redbg {
	background-color: #FF0000;
}
.newstext {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.red12 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #FF0000;
}
.red14bold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.red16bold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.red22bold {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 22px;
	color: #FF0000;
	font-weight: bold;
}
.formstyle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
	border: 1px solid #FF0000;
}
