body {
  background-color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  scrollbar-face-color:#336699;
  scrollbar-track-color: Gold;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#336699;
  scrollbar-3dlight-color:#336699;
  scrollbar-darkshadow-color:#336699;

}
ul {
  list-style-type: decimal;
  font-size: 12px;
  font-weight: bold;
  color: Red;
}
a:link,a:visited{
  text-decoration: underline;
  color: #336699;
  font-weight: normal;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
  font-weight: normal;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #336699; 
  font-size: 13px; 
  font-family: Arial Black;
}
a.do:hover,a.do:active{
  color: #FF0000;
  font-family: Arial Black;
  font-size: 13px; 
  font-weight: normal;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-size: 25px; 
  font-family: Arial Black;
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  font-family: Arial Black;
  font-size: 25px; 
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}
.text { 
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 12px;
  font-weight: normal;
  font-family: Arial Black;
}
h1 {
	font-size: 25px;
	display: inline;
	color: #336699;
	font-family: Arial Black;
	font-weight: normal;
	background-color: Gold;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
}
h1.do {
	font-size: 20px;
	display: inline;
	color: White;
   font-family: Arial Black;
	background-color: transparent;
	border-bottom-style: none;
	border-top-style: none;
}
h3 {
	font-size: 16px;
	display: inline;
	font-family: Arial Black;
	color: #336699;
}
h2 {
	font-size: 25px;
	display: inline;
	font-family: Arial Black;
	color: #FFFFFF;
}