body {
  background-color: #B61400;
  font-family: Tahoma;
  font-size: 18px;
  color: #000000;
}
td {
  font-size: 18px;
}
.gals {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.freetop {
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
}
.txt {
	font-size: 18px;
	text-align: justify;
	padding: 3px;
	font-family: Tahoma;
	width: 600px;
}
a:link,a:visited{
  text-decoration: underline;
  color: #E2F010;
}
a:hover,a:active{
  color: Lime;
  text-decoration: underline;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  color: #E2F010; 
  font-size: 20px; 
}
a.do:hover,a.do:active{
  color: Lime;
  font-size: 20px; 
  text-decoration: underline;
 }
a.re:link,a.re:visited{
  text-decoration: underline;
  color: #E2F010; 
  font-size: 25px; 
  font-weight: bold;
}
a.re:hover,a.re:active{
  color: Lime;
  font-size: 25px; 
  text-decoration: none;
  font-weight: bold;
}
h1 {
	font-size: 35px;
	display: inline;
	font-weight: normal;
   color: #CBD60A;
}
h2 {
	font-size: 25px;
	color: #000000;
	display: inline;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CBD60A;
	width: 100%;
	text-align: center;
}
h3 {
	font-size: 25px;
	color: #000000;
	display: inline;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #CBD60A;
	text-align: center;
}