

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
  margin: 6pt;
  padding-bottom: 0;
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #F8FCFF;
}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
} 

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em;
}


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: #00a;
  text-shadow: 1px 1px 3px #666;
}

.bigcap {
	display: inline-block;
	font-size: 250%;
	vertical-align: -10%;
}

h2 {
  font-size: 200%;
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

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

p.poem {
	font-style: italic;
	text-indent: 0;
	text-align: center;
}

p.poem.author {
	text-align: left;
	margin-left: 50%;
}

p.lyric {
	color:			#CC0000;
	font-family:	Arial, Helvetica, sans-serif;
	font-style:		normal;
	margin-bottom:	0.5em;
	text-align:		center;
	text-indent:	0;
}

p.lyric.title {
	color:			#0066FF;
}

p.lyric.author {
	color:			#000000;
}

p.letter {
	font-family: "Courier New", Courier;
	font-size: 90%;
	margin-left: 6%;
	text-indent: 0;
}

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

.fifth {
	display:		inline-block;
	width:		20%;
	margin-left: 0;
	margin-right: 0;
	text-align:	center;
	text-indent: 0;
}

p.email {
	font-weight:	bold;
	margin-top:		1.0em;
	margin-bottom:	2em;
	text-align:		center;
	text-indent:	0;
}

div.news {
	background-color: #FFFFD8;
	color:				black;
	display:				block;
	font-family:		"Times", "Times New Roman", serif;
	font-size:			85%;
	line-height:		1.2;
	margin:				0.75em auto 0 auto;
	padding-left:		0.5em;
	padding-right:		0.5em;
	padding-top:		0.33em;
	padding-bottom:	0.33em;
	vertical-align:	top;
	width:				16em;
}

.news p {
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0.25em;
}

.news p.body {
	text-align: justify;
	text-indent: 1.0em;
}


/* Links */

a:link {
  text-decoration: none;
  color: #44f;
}


a:hover, a:visited:hover {
  text-decoration: none;
  color: #ffbe6e;
}


a:visited {
  text-decoration: none;
  color: #fa9100;
}




/* Special formatting */

.divider {
  font-size: 88%;
  text-align: center;
  text-decoration: none;
  margin: 2em 0 1.1em 0
}

hr {
	width: 50% ;
	height: 0.063em ;
	margin: 1.5em auto 1.5em 25% ;
	color: #008 ;
	background-color: #008 ;
}

.end {
	font-size: 120%;
	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;
  text-indent: 0;
}


.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: 75%;
  text-indent: 0;
}

.quote {
	margin-left: 6%;
	margin-right: 6%;
	text-indent: 0;
	text-align: justify;
}

.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-left: 5%;
  margin-right: 5%;
}


.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
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 63%;
  font-weight: bold;
  width: 125px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
  height: 25px;
  padding: 8px 0 0 0;
  text-align: center;
  background-color: #343434;
  border-radius: 7px;
  border: 1px solid #202020;
}

p.nav {
  text-indent: 0;
}

.resize {
	color: #008;
	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: #008;
	background-color: transparent;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 1.17em;
}

.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;
}

.linkout {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		112%;
	height:			2.68em;
	line-height:	1.79em;
	margin-left:	35%;
	margin-right:	auto;
	text-align:		center;
	width:			30%;
}
/*
 * 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;
	margin-top: 0.8em;
}