

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
  margin: 12pt auto;
  padding-bottom: 0px;
  font-family: "Book Antiqua", Palatino, serif;
  font-size: 16pt;
  line-height: 1.4;
  color: #ffffff;
  background-color: #0066cc;
}


.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: "Times New Roman", Times, serif;
  font-size: 300%;
  padding-top: 60px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #00;
}

h2 {
  font-size: 175%;
  padding-top: 5px;
  padding-bottom: 10px
}


h3 {
  font-size: 137%;
  padding-top: 60px;
  padding-bottom: 20px;
  text-decoration: underline;
}


h4 {
  font-size: 162%;
  padding-bottom: 30px;
}


h5 {
  font-size: 106%;
  padding-bottom: 40px;
}


p {
  margin-bottom: 25px;
  text-indent: 35px;
}






/* Links */

a:link {
  text-decoration: none;
  color: #ffffff;
}


a:hover, a:visited:hover {
  text-decoration: none;
  color: #ffbe6e;
}


a:visited {
  text-decoration: none;
  color: #000000;
}




/* Special formatting */

.divider {
  font-size: 16pt;
  text-align: center;
  margin: 40px 0 25px 0
}


.end {
  text-indent: 0;
  text-align: center;
  padding-top: 30px
}


.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: 75%;
  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: 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: #0000A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	margin-right: 12pt;
	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: 28pt;
}

.resize {
	color: #A0E0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	margin-right: 12pt;
	margin-top: 0;
	text-align: right;
}

.resize div {
	border-style: solid;
	border-width: 1px;
	border-color: #A0E0FF;
	background-color: transparent;
	display: inline-block;
	padding: 3px;
	text-align: center;
	width: 28pt;
}

.previous-chapter {
	float: left; 
	font-size: 88%;
}

.next-chapter {
        float:right;
        font-size: 112%;
}

.previous-chapter img, .next-chapter img {
	vertical-align: middle;
}