/* CSS Document for Print */




body {
  color: #000;
  font-family: Georgia, serif;
  font-size: 12pt;
  font-weight: normal;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

h1 {
  font-size: 1.5em;
  padding-bottom: 0.5em;
}

h2 {
  font-size: 1.2em;
  padding-bottom: 3.0em;
}

h3 {
  font-size: 0.7em;
  padding-bottom: 3em;
}

h4 {
  font-size: 1.2em;
  padding-top: 1.0em;
  padding-bottom: 0.5em;
}

h5 {
  font-size: 1.0em;
  text-align: center;
  padding-bottom: 2.0em;
}

p {
  margin: 0 0 1em 0;
  font-size: .9em;
}

a, a:visited {
  font-size: 1em;
  color: inherit;
  text-decoration: none;
}

.storynavbg {
  display: none;
}

nav {
  display: none;
}

.next a {
  display: none;
}

header {
  position: relative;
}

.divider {
  margin: 2.5em auto;
  text-align: center;
/*  page-break-after: avoid; */
  page-break-before: avoid;
}

.note {
  font-style: italic;
  width: 90%;
  margin: 60px auto;
  padding: 20px;
  background-color: #ccc;
  page-break-inside: avoid;
}

.note p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  color: black;
  text-indent: 0;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a::after, a:visited::after {
  content: ' (' attr(href) ')';
  font-style: italic;
  word-wrap: break-word;
}

h3 a::after, h3 a:visited::after {
  content: '';
}

.n {
  font-style: normal;
}
