.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	
	background-color: #FFFFFF;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	background-color: #FFFFFF;
}
.outside {
	border-width: thin;
	border-style: solid;
	border-color: #FF9900;
	border-collapse: separate;
	background-color: white;
}
.subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	border-style: dotted;
	border: thin;
	border: #FF9900;
}
.body {
	background-color: #CCCCCC;


}

A:link {text-decoration: none; color:#FF6600}
A:visited {text-decoration: none; color: #FF6600}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: #333333;}
