.wheelBkg {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
}

.Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #631703;
	}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E7DFAD;
}
A.footer:link {text-decoration: none; color: #E7DFAD;}
A.footer:visited {text-decoration: none; color: #E7DFAD;}
A.footer:active {text-decoration: none; color: #E7DFAD;}
A.footer:hover {text-decoration: underline; color: #ffffff;}

.Hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #631703;
}


a:link {
	color: Maroon;
	text-decoration: none;
}
a:visited {
	color: Maroon;
	text-decoration: none;
}
a:active {
	color: Maroon;
	text-decoration: none;
}
a:hover {
	color: Black;
	text-decoration: underline;
}


