body {
	background-color: #FFFFF0;
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	margin: 1ex;
}
h1 {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
h2 {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
}
em {
	font-style: italic;
}
#mom {
	width: 70ex;
	margin: 1ex auto;
}
#content {
}
.prose {
	text-align: left;
	margin-top: 0px;
}
.footer_nav {
	text-align: center;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}
.next {
	float: right;
}
.prev {
	float: left;
}
#val {
	display:none;
}

