body { 	
	background: #4C3F34; font-family: Verdana; 

	}

.body { 
	color: #493E34;
	font-size: 11px;
	line-height: 16px;
	 }
.home { 
	color: #493E34;
	font-size: 11px;
	line-height: 20px;
	 }	
.copyright { color: #BA8748;
			font-size: 10px; 
			}
.footer { 
	color: #BA8748;
	font-size: 11px;
	font-weight:bold;
	margin-top: 20px;	
	 }
	 
a:link {
	color: #BA8748;
	text-decoration: underline;
	
}
a:visited {
	color: #BA8748;
	text-decoration: underline;
	
}
a:hover {
	color: #BA8748;
	text-decoration: none;
	
}
a:active {
	color: #BA8748;
	text-decoration: underline;
	}

 ul
{
	list-style-type:disc;
	padding: 0 0 7px 0;
	margin: 0 0 0 2em;
	}



