BODY {
	background-color: white;
	color: black;
	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-size: larger;
	margin-left: 25px;
	margin-right: 25px;
}
SPAN.dropcap {
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	float: left;
}
P {
	text-align: justify;
	text-indent: 50px;
}
P.dropcap {
	text-indent: 0;
}
P.copyright {
	text-indent:0;
	text-align: center;
	font-size: 0.75em;
	font-style: italic;
}
.chapterhead {
	text-indent:0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
.byline {
	text-indent:0;
	text-align: center;
	font-size: 1.25em;
	font-style: italic;
	color: white;
	background-color: black;
}
.caption {
	font-size: 0.75em;
	font-style: italic;
	text-align: justify;
}
IMG.divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
A:visited {
	background-color: white;
	color: #FF8000;
}
A:link {
	background-color: white;
	color: #FF8000;
}
A:hover {
	background-color: white;
	color: #FF4000;
}
IMG {
	border-style: solid;
	border-color: #FFFFFF;
}
.float-left {
	text-align: left;
	float: left;
	margin-right: 1em;
}
.float-right {
	text-align: right;
	float: right;
	margin-left: 1em;
}
DIV {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: thin;
}
