body {
  background-color: #000000;
  font-family: Lucida Sans Unicode, Lucida Console;
  font-size: 13px;
  color: #FFFFFF;
  scrollbar-face-color: #120E87;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #120E87;
  scrollbar-shadow-color: #120E87;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #120E87;
}
.tdrightmenu {
 font-size: 10px;
 padding-left: 20px;
 padding-right: 5px;
 vertical-align: top;
 text-align: right;
 color: #FFFFFF;
}
.tdleftmenu {
 font-size: 11px;
 padding-left: 5px;
 padding-right: 20px;
 vertical-align: top;
 text-align: left;
 color: #FFFFFF;
}
.tdmain {
 font-size: 14px;
 padding-left: 10px;
 padding-right: 10px;
 vertical-align: top;
 color: Black;
 background-color: White;
}
.book {
 font-size: 14px;
 color: White;
 font-family: Arial Black;
 font-weight: normal;
 text-align: center;
}
input {
	background-color: #0E0C87;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px #FFFFFF solid;
}
hr {
	border: #CFCEE7 dashed 12px;
	height: 12px;
	width: 70%;
}
.txt {
	text-align: justify;
	background-color: #E8E8F4;
	padding: 10px;
	color: #000000;
	font-size: 12px;
	border: solid 1px #FF5C00;
}
.txt2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.txt3 {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.txt4 {
	text-align: justify;
	background-color: #211EA0;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
}
a:link,a:visited{
  text-decoration: none;
  color: #FFB500;
  border-bottom: solid 1px #FFFFFF;
}
a:hover,a:active{
  color: #000000;
  text-decoration: none;
  border-bottom: solid 1px #000000;
}
h1 {
	font-size: 25px;
	text-align: left;
	font-family: Impact;
	font-weight: normal;
	color: #120E87;
	text-transform: capitalize;
	text-align: center;
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	font-family: Impact;
	color: #FFFFFF;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}