.pageheading {
	font-size: 30pt;
	font-weight: bold;
}
.pagesubheading {
	font-size: 16pt;
	font-weight: bold;
}
.header {
	text-align: center;
}
.bookheading {
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}
.subheading {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
}
.subsubheading {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}
#PageMenu {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
}
.pagetext {
	font-size: 12pt;
}
.commentfrom {
	font-style: italic;
	padding-left: 45px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
	font-family: Arial;
	color: #FF6600;
}
a:link {
	color: #0C0;
}
a:visited {
	color: #0C0;
}
a:hover {
	color: #0C0;
}
a:active {
	color: #0C0;
}
.footer a:link {
	text-decoration: none;
	color: #666666;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	text-decoration: underline;
	color: #0C0;
}
.footer a:active {
	text-decoration: none;
	color: #666666;
}