body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #857963;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #6E737C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #48473A;
}
a:hover {
	text-decoration: underline;
	color: #B48155;
}
a:active {
	text-decoration: none;
}
