body {
	background-color: #822E06;
	}
.navigation {
	position: fixed;
	background-color: #E0FAD7;
	left: 3em;
	top: 2em;
	width: 10em;
	bottom: 2em;
	padding: .5em;
	font-weight: bold;
	border: ridge #5F4900 6px;
	overflow: auto;
	}
.navigation a {
	font-size: larger;
	}
a {
	text-decoration: none;
	color: #566718;
	}
a:visited {
	text-decoration: none;
	color: #8FAB2E;
	}
.navigation a:hover {
	font-style: italic;
	}
.main {
	position: absolute;
	background-color: #E0FAD7;
	left: 15em;
	top: 2em;
	right: 3em;
	bottom: 2em;
	overflow: auto;
	padding: 1em;
	border: ridge #5F4900 6px;
	}
.current {
	font-size: larger;
	color: #5F1C00;
	font-style: italic;
	}
.copyright {
	position: absolute;
	bottom: 1em;
	}
.navigation br {
	margin-bottom: .5em;
	}
.logo {
	border: solid #5F4900 4px;
	}