body {
	background-color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "Helvetica Neue";
}
a:active {
	text-decoration: none;
	color: #00FF00;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	padding-top: 8px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	height: 15px;
	padding-top: 8px;
	text-transform: capitalize;
}
