@charset "utf-8";
/* CSS Document */
<style type="text/css">

html {
	font-family: "Century Schoolbook";
	font-size: 14px;
}
body {
	background-color: #FAFAF8;
}
.footer {font-size: 9px;}

.navmenu {
	font-family: "Bodoni MT";
	color: #4F4D2B;
	font-size: 18px;
}
.headings {
	font-size: 16px;
	font-weight: bold;
	font-family: "Bodoni MT";
	color: #4f4d2b;
	text-align: center;
}

.context {
	font-family: "Century Schoolbook";
	font-size: 14px;
	padding-left: 2px;
	padding-right: 5px;
}

a:link {
	color: #4F4D2B;
	text-decoration: none;
}
a:visited {
	color: #4F4D2B;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #4F4D2B;
	text-decoration: none;
}

</style>
