body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Silver;
  scrollbar-face-color:#000000;
  scrollbar-track-color:silver;
  scrollbar-arrow-color:#FF0000;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-color:#000000;

}
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: #FF0000; 
}
a.do:hover,a.do:active{
  color: #FFFFFF;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: bold;
  color: #000000; 
  font-size: 14px; 
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  font-size: 14px; 
  font-weight: bold;
  text-decoration: none;
}
.gal { 
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
.txt { 
  font-weight: bold;
  font-size: 15px;
  width: 600px;
  text-align: justify;
}
.banner { 
  font-weight: bold;
  font-size: 16px;
  width: 600px;
  text-align: center;
}
h1 {
	font-size: 25px;
	color: Red;
	font-weight: normal;
	font-family: Impact, Tahoma;
	letter-spacing: 5px;
   display: inline;
}
h3 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Impact, Tahoma;
	letter-spacing: 10px;
	background-color: #FF0000;
}
h2 {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Impact, Tahoma;
	background-color: #FF0000;
	letter-spacing: 5px;
}