@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000000;
	background-color: #EBE3AD;
}
hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #4F3B26;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	color: #87172D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #E4AB41;
}
