@font-face {
	font-family: "Brush Script MT";
}

@font-face {
	font-family: "Trebuchet MS";
	panose-1: 2 11 6 3 2 2 2 2 2 4;
}

body {
	background: #001532;
	color: #A8FFFE;
	font-size: 1.3em;
}
div, p, blockquote, ol, ul, li, dl, dt, dd {
	background: #001532;
	color: #A8FFFE;
	font-family: "Comic Sans MS", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
table, tr, td, th { 
	background: #001532;
	color: A8FFFE;
	font-family: "Comic Sans MS", "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
}
h1, h2, h3 {
	background: #001532;
	color: A8FFFE;
	font-family: "Comic Sans MS", sans-serif; 
	font-weight: normal; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h1 {
	color: #A8FFFE;
	font-size: 3.0em;
}
h2 {
	font-size: 1.35em;
	margin-bottom: 0.75in;
	color: #A8FFFE;
}
.intro {
	font-size: 0.9em;
	font-style: italic;
}
.blurb {
	font-size: 1.0em;
	font-style: italic;
	text-align: center;
}

.indented {
  text-indent: 50px;
  padding: 0 60px 0 60px;
}

.indented-justified {
  text-indent: 50px;
  text-align: justify;
  text-justify: auto;
}

.center {
    text-align: center;
    text-indent: 0px;
    color: #A8FFFE;
    background: #001532;
}

.right {
    text-align: right;
    text-indent: 0px;
    color: #A8FFFE;
    background: #001532;
}

.section-break {
	text-indent: 0px;
    text-align: center;
}

.chapter-links {
    text-align: left;
}

h3 { font-size: 1.5em; }
h4, h5, h6 {
	background: #001532;
	color: A8FFFE;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	margin: 12pt 0pt 3pt 0pt; 
	text-align: center;
}
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.85em; }

a {
	background: #001532;
	color: #A8FFFE;
  font-size: 14px;
}
a[href] { text-decoration: underline; }
a:link {
	background: #001532;
	color: #A8FFFE; 
	text-decoration: underline; 
}
a:visited {
	background: #001532;
	color: #FC0; 
	text-decoration: underline; 
}
a:active, a:hover {
	background: #001532;
	color: #ea0000; 
	text-decoration: underline; 
}

.trail, div.trail, table.trail {
	display: block;
	margin: 6pt 0pt;
	padding: 3pt 3pt;
	border: 0.75pt solid #6699FF;
	background-color: #001532;
	color: #A8FFFE;
  font-size: 1.1em;
}
ol.horizontal, ul.horizontal {
	display: block; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}
ol.horizontal li, ul.horizontal li {
	display: inline; 
	list-style: none;
	margin: 0pt 0pt;
	padding: 0pt 3pt;
}

.text-13em {
   font-size: 1.3em; 
}

.page #story-links-table {
	text-align: center;
	padding: 2px;
	width: 452px;
  min-width: 452px;
	margin-left: auto;
	margin-right: auto;
}

.page .chapter-links {
   	text-align: center;
    width: 150px;
    /* min-width: 150px; */
	  padding: 2px;
}

.page .chapter-links {
   	text-align: center;
    width: 150px;
    min-width: 150px;
	  padding: 2px;
}

hr {
  border: none;
	height: 1px;
	background-color: #6699FF;
	color: #6699FF;
    
}

.page #picture {
	text-align: center;
}

.notes {
	margin: 12pt 20%;
	text-align: center;
	border: 0.75pt solid #663300;
	background-color:#001532;
}

/* Page Definitions */

@page usLetter {
	size: 8.5in 11.0in; /* // 215.9mm 279.4mm; */
	margin: 1.0in 1.0in; /* // 254mm 254mm; */
}
div.usLetter { page: usLetter; }
@page isoA4 {
	size: 210mm 297mm; /* // 8.2677in 11.6929in; */
	margin: 254mm 254mm; /* // 1.0in 1.0in; */
}
div.isoA4 { page: isoA4; }
div.page { page: usLetter; }
@media print {
	div.page { 
		page: usLetter; 
	}
} /* @media print */
@media screen {
	div.page { 
		margin: auto auto;
		width: 80%; 
        max-width: 1024px;
		page: usLetter; 
	}
} /* @media screen */
