body, table {
	font-size: 10pt;
	color: black;
	font-family: Georgia, serif;
	background-color: #9D7957;
}

.navigation {
	background-color: #EE9342;
	font-size: 24pt;
}

.navigation p {
	margin-left: 5px;
	margin-right: 5px;
}

.navigation a {
	text-decoration: none;
	color: black;
}

.navigation a:hover {
	color: blue;
}

.content {
	font-size: 10pt;
	font-weight: bold;
}

.navigation {
	background-color: #EE9342;
	font-size: 24pt;
}

.textpanel {
	background-color: #EE9342;
	font-weight: bold;
}