BODY  { 
  color: black; 
  font-family: Georgia, "Times New Roman", Arial, Helvetica, Times, Geneva, Swiss, SunSans-Regular; 
  background-color: #bdcafb 
}

H1 {
  color: black;
  text-align: center;
}

.Copyright {
  text-align: center;
}

.storynav, .regnav, .storynav TD, TD.regnav, TD.storynav, TABLE.storynav, TR.storynav {
  color: white;
  background-color: #90bcff;
  border-color: #90bcff;
  border-width: 0 0 0 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
  /* Story navigation bar */
}

.chapter { 
  font-weight: normal; 
  font-size: xx-small; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
  text-align: left 
}

.title  { 
  color: #202ae6; 
  font-weight: 900; 
  font-size: medium;
  text-align: center 
}

.borderless { 
  text-decoration: none; 
  border: 0pt 
}

.buttontype { 
  color: black; 
  font-weight: 900; 
  font-size: 14px; 
  font-family: "Times New Roman", Georgia, Times; background-color: #ffe189; 
  text-transform: capitalize; 
  margin: 2px; 
  padding: 2px; 
  border: solid #d6ffd1 
}

.bodyheading { 
  color: purple; 
  font-weight: bold; 
  font-size: 15pt 
}

a:link { color: green; text-decoration: none }
a:visited { color: green; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover  { color: red; text-decoration: none }

a:link.chapterlink { color: olive; font-weight: bold; text-decoration: none; text-align: justify }
a:visited.chapterlink { color: olive; font-weight: bold; text-decoration: none; text-align: justify }
a:active.chapterlink, a:hover.chapterlink { color: red }
