body {
  background-color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  scrollbar-face-color:#000000;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-3dlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
}
td {
  font-family: Tahoma;
  font-size: 12px;
}
.bans {
	width: 700px;
	background-color: #000000;
	text-align: center;
	padding: 5px;
}
.txt {
	font-size: 18px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: bold;
	background-color: #000000;
	padding: 5px;
	width: 700px;
}
.txt2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
}
.txt3 {
  padding-right: 10px;
  text-align: right;
}
.txttd {
	padding: 4px;
}
ul {
	list-style: decimal;
	font-weight: bold;
	color: #FFFFFF;
}
a:link,a:visited{
  text-decoration: none;
  color: Orange;
  font-weight: bold;
}
a:hover,a:active{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: bold;
  color: Orange; 
  font-size: 25px;
  font-family: Bookman Old Style, Book Antiqua;
}
a.do:hover,a.do:active{
  color: #FFFFFF;
  font-size: 25px; 
  font-weight: bold;
  text-decoration: none;
  font-family: Bookman Old Style, Book Antiqua; 
}
a.re:link,a.re:visited{
  text-decoration: underline;
  color: Orange;
  font-size: 17px;
  font-weight: bold;
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
h1 {
	font-size: 35px;
	display: inline;
  font-family: Bookman Old Style, Book Antiqua; 
	font-weight: bold;
	color: #FFFFFF;
   padding-left: 10px;
	padding-right: 10px;
}
h2 {
	font-size: 25px;
	display: inline;
  font-family: Bookman Old Style, Book Antiqua;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	text-align: right;
}
h3 {
	font-size:35px;
	display: inline;
	color: #715821;
	padding-left: 10px;
   font-family: Impact, Tahoma;
	font-weight: normal;
}