Body {font-family: "Arial"; }
A:link { color: navy; }
A:visited { color: teal; }
A:active { color: olive; }
A:hover { color: maroon; } 
.chapter {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: darkred;
}

.justify { text-align: justify; }
.docLayout { 
	background-color: white; 
	padding: 40px;
	border: solid 1px;
	}
h2.jesse {
		text-align: center;
		color: darkred;
		font-size: 1.2em;
	}
.storyBody {
		text-align: left;
		font-style: normal;
	}

.CurPage {
	color: darkred;
	font-weight: bold;
	font-style: italic;
}
table.DocLayout {
	background-color: white; 
	padding: 40px;
	border: solid 1px;
	width: 75%;
}
div.title {
	text-align: center;
}
h2.title {
	color: darkred;
	text-align: center;
}
h3.title {
	font-style: italic;
}
.authoremail {
	font-style: italic;
	text-align: center;
	font-size: .8em;
	
}

