body {
  background-color: #020202;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #E6DFDF;
  scrollbar-face-color:#9C70FF;
  scrollbar-track-color:#E6DFDF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#9C70FF;
  scrollbar-shadow-color:#9C70FF;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#9C70FF;

}
a:link,a:visited{
  text-decoration: none;
  color: #000000;
}
a:hover,a:active{
  color: #FFFFFF;
  text-decoration: none;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  color: #FFFFFF;
}
a.do:hover,a.do:active{
  color: Yellow;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: bold;
  color: Red;
}
a.re:hover,a.re:active{
  color: Yellow;
  font-weight: bold;
  text-decoration: none;
}
.gal { 
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
.down { 
  font-weight: normal;
  font-size: 16px;
  font-family: Arial Black
}
.txt { 
  font-weight: bold;
  font-size: 15px;
  width: 600px;
  text-align: justify;
}
.banner { 
  font-weight: bold;
  font-size: 18px;
  text-align: justify;
  color: #000000;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	font-family: Impact;
	color: #000000;
   display: inline;
	font-weight: normal;
   padding-left: 20px;
   padding-right: 20px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Impact, Tahoma;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Impact, Tahoma;
}