body {
	font-size: 12px;
	line-height: 140%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	color: #9B7C50;
	
}

a:link {
	color: #9B7C50;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #9B7C50;
}

a:hover {
	text-decoration: none;
	color: #402200;
	
}

a:active {
	text-decoration: none;
	color: #9B7C50;
}
.clear {
	clear: both;
}	
