

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
  margin: 6pt;
  padding-bottom: 0px;
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #f2f2f2;
}


.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: #000;
  text-shadow: 1px 1px 3px #aaa;
}

h2 {
  font-size: 225%;
  padding-top: 0.4em;
  margin-bottom: 0.8em
}

h2 .title {
	font-size: 75%;
}


h3 {
  font-size: 137%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  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:			#4a4;
	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.2em;
	margin-bottom: 1.2em;
	text-align: center;
	text-indent: 0
}

p.lyric {
	font-style:		italic;
	margin-left:	2.5em;
	text-indent:	0;
}

hr {
	height: 0.1em;
	background-color: #888;
}

hr.sep {
	width:			50%;
	margin-left:	25%;
	margin-top:		2em;
	margin-bottom:	2em;
}




/* Links */

a:link {
  text-decoration: none;
  color: #fa9100;
}


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;
	margin:		1.6em 0 1.6em 0;
}


.end {
	font-size:		125%;
	text-indent:	0;
	text-align:		center;
	margin-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-family: Tahoma, Arial, sans-serif;
	font-size: 90%;
	font-style: italic;
	width: 80%;
	margin: 1em auto 1em auto;
	text-indent: 0;
	background-color: #e0e0e0;
	padding: 0.8em 0.8em 0.2em 0.8em;
	border-radius: 0.25em;
}

.note p {
  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
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  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: #0000A0;
	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: #0000A0;
	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;
}