body {
  background-color: #FBB545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  scrollbar-face-color:#5A3430;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#5A3430;
  scrollbar-3dlight-color:#5A3430;
  scrollbar-darkshadow-color:#5A3430;

}
.dat {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.txt {
  width: 700px; 
  text-align: justify;
  font-weight: bold;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  color: #5A3430;
}
a:link,a:visited{
  text-decoration: underline;
  color: #FBB545;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
a:hover,a:active{
  color: Lime;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
a.do:link,a.do:visited{
  text-decoration: none;
  font-weight: normal;
  color: #FBB545; 
  font-size: 18px; 
  font-family: Arial Black;
}
a.do:hover,a.do:active{
  color: Lime;
  font-family: Arial Black;
  font-size: 18px; 
  font-weight: normal;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-family: Arial Black;
}
a.re:hover,a.re:active{
  color: Lime;
  font-family: Arial Black;
  font-weight: normal;
  text-decoration: none;
}
.text { 
  padding-left: 5px;
  padding-right: 5px;
}
h1 {
	font-size: 50px;
	color: #B22222;
	font-weight: normal;
	font-family: Impact;
	display: inline;
}
h3 {
	font-size: 16px;
	color: Red;
	font-weight: normal;
	font-family: Arial Black;
	display: inline;
}
h2 {
	font-size: 40px;
	font-weight: normal;
	color: #B22222;
	font-family: Impact;
	display: inline;
   background-color: #FBB545;
	width: 70%;
}