

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
  margin: 6pt 6pt 0 6pt;
  padding-bottom: 0;
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #003366;
  background-color: #f0fff4;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
} 

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.0em;
  margin-top: 0.5em;
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: center
}


h1 {
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 275%;
  padding-top: 0.8em;
  color: #003366;
  text-shadow: 0.03em 0.03em 0.05em #006699;
}

h2 {
	font-size: 175%;
	padding-top: 0.8em;
	padding-bottom: 1.7em;
}

.subhead {
	font-size: 80%;
	padding-top: 0;
}

h3 {
	font-size: 137%;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	text-decoration: underline;
}


h4 {
  font-size: 162%;
  padding-bottom: 30px;
}


h5 {
  font-size: 106%;
  padding-bottom: 40px;
}


p {
  margin-bottom:	1.0em;
  text-indent:		1.5em;
}

p.meta, .meta p {
	color: #006633;
	font-family: Arial, sans-serif;
	font-size: 95%;
	margin-left: 3%;
	margin-right: 3%;
	text-indent: 0;
}

p.email {
	font-weight:	bold;
	margin-top:		2em;
	margin-bottom:	2em;
	text-align:		center;
	text-indent:	0;
}

.quote {
	margin: 0.8em 3em 0.8em 3em;
	background-color: #e0f0e4;
	padding: 0.4em 1.0em 0.4em 1.0em;
	text-indent: 0;
}

.quote p {
	margin: 0.4em 0 0.4em 0;
	text-indent: 0;
}


/* Links */

a:link {
  text-decoration: none;
  color: #be6eff;
}


a:hover, a:visited:hover {
  text-decoration: none;
  color: #ffbe6e;
}


a:visited {
  text-decoration: none;
  color: #fa9100;
}




/* Special formatting */

.divider {
  font-size: 100%;
  text-align: center;
  text-indent: 0;
  margin: 2.0em 0 1.5em 0;
}

.end {
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  padding-top: 1.5em;
}

.indent-first-line {
  text-indent: 30px
}


.indent-all {
  margin-left: 30px
}


.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}


.c {
  text-align: center;
}

.note {
  font-style: italic;
  width: 80%;
  margin: 40px auto 20px auto;
  background-color: #27262C;
  padding: 15px 15px 1px 15px;
  border-radius: 5px
}

.note p {
  font-size: 12pt;
  text-indent: 0;
}

.quote-indent-normal {
  margin-bottom: 20px;
  margin-left: 30px
}


.quote-indent-normal p {
  margin-bottom: 0;
  font-style: normal;
}


.quote-indent-italic {
  margin-bottom: 20px;
  margin-left: 30px;
}


.quote-indent-italic p {
  margin-bottom: 0;
  font-style: italic;
}


.epitaph {
  width: 50%;
  margin: 70px auto;
  font-weight: bold;
  text-align: center;
}


.tribute {
  margin: 70px 200px 70px 100px;
}


.tribute p {
  text-indent: 0;
}

#image {
  margin: 0 auto;
  text-align: center
}


sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em
}


.resize {
	color: #408040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	margin-right: 0;
	margin-top: 0;
	text-align: right;
}

.resize div {
	border-style: solid;
	border-width: 1px;
	border-color: #408040;
	background-color: transparent;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 1.17em;
}
/*
 *  The height and line-height below are 3.0em and 2.0em in <body> font scale, scaled to the font
 *  size in each of the link spans. The matching line-height values make the link texts line
 *  up reasonably well vertically. The 3.0em height for the links provides a visually pleasing
 *  margin below the links.
 */
.previous-chapter {
	float:			left;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		88%;
	height:			3.41em;
	line-height:	2.27em;
}

.next-chapter {
	float:			right;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		112%;
	height:			2.68em;
	line-height:	1.79em;
}

.previous-chapter img, .next-chapter img {
	vertical-align:	middle;
	border-style:		none;
	height:				2em;
	width:				2em;
}
/*
 * Wrapping the chapter links in a <div class="clinks"> will prevent vertical positioning
 * problems when pages are formatted with a colored border, resulting from "float:" allowing
 * the link to extend below the bottom of its parent.
 */
.clinks {
	height: 3.0em;
	margin-bottom: 0;
}