body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #663D1F;
	background-image: url(/images/pagebg.jpg);
}

.bodytext {
	font-size: 13px;
	color: #000;
	}
	
.links {
	color: #000;
	text-decoration:none;
	font-weight:bold;
	}
	
.links:hover {
	color: #666;
	text-decoration:underline;
	}
	
.navlinks {
	color: #04557B;
	font-size: 16px;
	text-decoration:none;
	font-weight:bold;
	}
	
.navlinks:hover {
	color: #666;
	font-size: 16px;
	text-decoration:underline;
	}
	
.heading {
	font-size: 16px;
	}
