body {
	background-image: url(images/cookie_bg.jpg);
	background-repeat: repeat-y;
	background-position: 20px;
	background-color: #874717;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 11px;
	color: #EDD6B6;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #D8AF6F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #D8AF63;
	border-right-color: #D8AF63;
	border-bottom-color: #D8AF63;
	border-left-color: #D8AF63;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #571505;
	text-decoration: none;
}

a:hover {
	color: #FFF2BC;
	text-decoration: none;
	background-color: #571505;
}
