@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #77521B;
	font-weight: normal;
	background-attachment: scroll;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	color: #82581E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #583A12;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.text-enter-site-here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #81591B;
}
