body {
	background: #805d00;
	font-family: Garamond;
	color: #e6d8ac;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 5px;
	text-transform: none;
	font-family: Garamond;
	font-weight: bold;
	color: #e6d8ac;
}

h1 {
	letter-spacing: -1px;
	font-size: 200%;
}

h2 {
	letter-spacing: 1px;
	font-size: 150%;
}

h3 {
	letter-spacing: 1px;
	font-size: 130%;
}

h4 {
	letter-spacing: -1px;
	font-size: 95%;
}

h5 {
	letter-spacing: 1px;
	font-size: 90%;
}

p {
	font-family: Garamond;
	font-size: medium;
	margin-bottom: 1.5em;
	line-height: normal;
}

ol, ul, {
	font-family: Garamond;
	font-size: large;
	line-height: normal;
}

li {
	font-family: Garamond;
	font-size: medium;
}

a:link {
	font-family: Garamond;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #e6d8ac;
}

a:hover, a:active {
	font-family: Garamond;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #e6d8ac;
}

a:visited {
	font-family: Garamond;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #e6d8ac;
}