body {
	background-color: #ced8de;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #4d7e94;
}
a:visited {
	color: #4d7e94;
}
a.menu:link {
	color: #FFFFF0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}
a.menu:visited {
	color: #FFFFF0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}
a.menu:active {
	color: #FFFFF0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}
a.menu:hover {
	color: #FFFFF0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14pt;
}
div.text {
	margin: 15px 5px 15px 30px;
}
h2 {
	font-size: 125%;
	color: #4d7e94;
	text-align: center;
	margin: 1.5em 1em 1.5em 1em;
}
h3 {
	font-size: 100%;
	color: #4d7e94;
	text-align: center;
}
p.maintext {
	margin-top: -0.5em;
	text-indent: 2em;
	text-align: justify;
}
div.quotext {
	background-color: #ced8de;
	padding: 10px;
	display: block;
	border: thin;
	border-color: Gray;
	margin: 0px;
}
p.imgtext {
	margin-top: -0.5em;
	text-align: center;
}
p.author {
	font-size: 0.8em;
	text-align: right;
}
p.nav {
	margin-top: -0.5em;
	font-size: 75%;
	text-align: center;
}
.footertext {
	font-size: 75%;
	color: #FFFFF0;
}