body {
	margin: 0px 0px;
	background-color: #000000;  
	position: relative;
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 13px;
	color: #958563;    
}

a {
	color: #958563;
	text-decoration: none;
}
a:hover {
	color: #685C45;
	cursor:pointer;
}
