body {
  background-color: #848589;
  font-family: Tahoma;
  font-size: 14px;
  color: #FFFFFF;
  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;
}
.txt {
	font-size: 20px;
	color: #FFFFFF;
   width: 700px;
	text-align: justify;
	font-weight: bold;
}
.txt2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #4B4B4B;
	padding: 5px;
}
.txt3 {
  padding-right: 10px;
  text-align: right;
}
.txttd {
	padding: 4px;
}
ul {
	list-style: decimal;
	font-weight: bold;
}
a:link,a:visited{
  text-decoration: none;
  color: #000000;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-size: 30px;
  font-family: Impact; 
}
a.do:hover,a.do:active{
  color: #FF0000;
  font-size: 30px; 
  font-weight: normal;
  text-decoration: none;
  font-family: Impact;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
a.re:hover,a.re:active{
  color: #FF0000;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
h1 {
	font-size: 35px;
	display: inline;
   font-family: Impact, Tahoma;
	font-weight: normal;
	color: #715821;
   padding-left: 20px;
}
h2 {
	font-size: 25px;
	display: inline;
   font-family: Impact, Tahoma;
	font-weight: normal;
	color: #715821;
	padding-right: 10px;
	text-align: right;
}
h3 {
	font-size:35px;
	display: inline;
	color: #715821;
	padding-left: 10px;
   font-family: Impact, Tahoma;
	font-weight: normal;
}