

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}




/* Basics */

body {
	margin:			6pt ;
	padding-bottom: 0;
	font-family:	"Palatino Linotype", Palatino, serif;
	font-size:		16pt;
	line-height:	1.3;
	color:			#000000;
	background-color: #000080;
}


.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	margin-top: 0.5em;
	background-color: #FFFFFF;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-style: normal;
	text-align: center
}


h1 {
	font-family:	"Book Antiqua", Palatino, serif;
	font-size:		300%;
	padding-top:	0.8em;
	color:			#000080;
	text-shadow:	1px 1px 3px #666;
}

h2 {
	font-size: 175%;
	padding-top: 0.8em;
	padding-bottom: 1.7em;
	text-decoration: underline;
}


h3 {
	font-size: 137%;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
}


h4 {
	font-size: 162%;
	padding-bottom: 30px;
}


h5 {
	font-size: 106%;
	padding-bottom: 40px;
}


p {
	margin-bottom: 0.75em;
	text-indent: 1.5em;
}

p.poem {
	font-style: italic;
	text-indent: 0;
	margin-left: 60px;
}

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

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

/* E-mail or text messages. */

p.text {
	font-family:	Arial, sans-serif;
	margin-left:	3em;
	margin-right:	3em;
	text-indent:	0;
}

/* Links */

a:link {
  text-decoration: none;
  color: #663333;
}


a:hover, a:visited:hover {
  text-decoration: none;
  color: #ffbe6e;
}


a:visited {
  text-decoration: none;
  color: #fa9100;
}




/* Special formatting */

.divider {
  text-align: center;
  margin: 1.5em 0 1.5em 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;
}

#centerhr {
	text-align: center;
	margin-bottom: 1.0em;
}

.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: #CCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	margin-right: 0;
	margin-top: 0;
	text-align: right;
}

.resize div {
	border-style:	solid;
	border-width:	1px;
	border-color:	#CCF;
	background-color: transparent;
	display:			inline-block;
	padding:			3px;
	text-align:		center;
	width:			28pt;
}
/*
 *  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;
}
