

* {
  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: #000000;
  background-color: #f0f0e4;

}

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
} 

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: center
}


h1 {
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 311%;
  padding-top: 0.8em;
  color: #4d2600;
  text-shadow: 2px 2px 5px #999;
}

h2 {
	font-family: "Book Antiqua", Palatino, serif;
	color: #4d2600;
	font-size: 200%;
	margin-bottom: 1.0em;
	margin-top:		2.0em;
	text-shadow: 1px 1px 4px #999;
}


h3 {
  font-size: 137%;
  margin-top: 0.8em;
  margin-bottom: 1.5em;
  text-decoration: underline;
}


h4 {
	font-size:		162%;
	margin-top:		2.0em;
	margin-bottom: 1.0em;
}


h5 {
  font-size: 106%;
  padding-bottom: 40px;
}


p {
  margin-bottom: 1.0em;
  text-indent: 1.5em;
}

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

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

p.copyright {
	font-size:		137%;
	margin-top:		0.5em;
	padding-bottom: 0.4em;
	text-align:		center;
	text-indent:	0;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


/* Links */

a:link {
  text-decoration: none;
  color: #0066ff
}


a:hover, a:visited:hover {
  text-decoration: none;
  color: #ffbe6e;
}


a:visited {
  text-decoration: none;
  color: #0066ff
}




/* Special formatting */

.divider {
	font-size:	137%;
	text-align:	center;
	text-indent:0;
	margin-top:		1.0em;
	margin-bottom:	1.0em;
}


.end {
	font-size:		137%;
	text-indent:	0;
	text-align:		center;
	margin-top:		1.5em;
	margin-bottom:	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 !important;
}


.c {
  text-align: center;
}

.lyric {
	font-style:		italic;
	margin-left:	2.5em;
	text-indent:	0;
}

.note {
	font-family:	Arial, Helvetica, sans-serif;
	font-style:		normal;
	width:			90%;
	margin:			1.5em auto 1.0em auto;
}

.note p {
	font-size: 100%;
	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: #44c;
	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: #44c;
	background-color: #ddc;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 1.17em;
}

.previous-chapter {
	float: left;
	font-size: 88%;
}

.next-chapter {
	float:right;
	font-size: 112%;
}

.previous-chapter img, .next-chapter img {
	vertical-align: middle;
	height: 2em;
	width: 2em;
}
