body
{
	font-family: "Helvetica", "serif";
	background-color: #e2d28e;
	font-size: 14px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}

a
{
	color: #8b722f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
	font-style: italic;
	text-indent: 10px;
}

footer
{
	font-size: 12px;
}

footer p
{
	margin-top: 0;
}