
html {
  background-color: #cccccc;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body {
  max-width: 800px;
  padding: 25px;
  /*max-width: 100%;*/
  background-color: white;
  margin-left: auto; margin-right: auto;
  margin-top: 0px; margin-bottom: 0px;
  font-family: "Georgia";
  font-size: 12pt;
  font-weight: normal;
}
p {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  line-height: 135%;
  background: transparent;
}
p.western {
  font-family: "Georgia";
  font-size: 12pt;
  font-weight: normal;
}
h1 {
  margin-bottom: 0.08in;
  background: transparent;
  page-break-after: avoid;
}
h1.western {
  font-family: "Courier New";
  font-size: 18pt;
  font-weight: bold;
}
blockquote {
  margin-left: 0.39in;
  margin-right: 0.39in;
  background: transparent;
}
blockquote.quotations2-western {
  margin-left: 0.1in;
  margin-right: 0.1in;
  text-indent: 0.4in;
  margin-top: 0.08in;
  margin-bottom: 0.08in;
  font-family: "Courier New";
}
ul li {
  margin-bottom: 0.5em;
}
h2 {
  margin-top: 0.14in;
  margin-bottom: 0.08in;
  background: transparent;
}
h2.western {
  font-family: "Courier New";
  font-size: 16pt;
  font-weight: bold;
}
p.first-line-indent {
  text-indent: 0.2in;
}
p.numbering-1-western {
  margin-left: 0.25in;
  text-indent: -0.25in;
  margin-top: 0;
  margin-bottom: 0.08in;
}
p.list-1-western {
  margin-left: 0.25in;
  text-indent: -0.25in;
  margin-top: 0;
  margin-bottom: 0.08in;
}
h3 {
  margin-top: 0.2in;
  margin-bottom: 0.06in;
}
h3.western {
  font-family: "Courier New";
  font-size: 14pt;
  font-weight: bold;
}
h4 {
  margin-top: 0.08in;
  margin-bottom: 0.06in;
  background: transparent;
  page-break-after: avoid;
}
h4.western {
  font-family: "Courier New";
  font-size: 13pt;
  font-style: italic;
  font-weight: bold;
}
blockquote.quotations2-verse-western {
  margin-left: 0.4in;
  margin-right: 0.1in;
  margin-top: 0.08in;
  margin-bottom: 0.08in;
  font-family: "Courier New";
}
a:link {
  color: #000080;
  text-decoration: underline;
}
.an-title {
  /*font-family: AnArChY;*/
  /*font-family: anarchy-trimmed-punkmagic;
  font-size: 108pt;*/
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.authorname {
  font-family: "Courier New";
  font-size: 20pt;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.copyrightpage {
  font-family: "Times New Roman";
}
.image-a {
  width: 500px;
  max-width: 100%;
  height: auto;
}
.image-b {
  width: 100%;
  max-width: 100%;
  height: auto;
}
p.sdfootnote-western {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  margin-top: 3em;
  font-family: "Times New Roman";
  font-size: 10.5pt;
  font-weight: normal;
  line-height: 115%;
  color: #333;
  border-top: 1pt solid #333;
  padding-top: 0.5em;
}
a.sdfootnoteanc {
  font-weight: bold;
  text-decoration: none;
  color: #939;
}
a.sdfootnotesym {
  font-weight: bold;
  text-decoration: none;
  color: #939;
  margin-right: 0.5em;
}
.boxed {
  border: 2.35pt double #000;
  padding: 0.75em;
}
.bigish {
  font-size: 15pt;
}
.biggerish {
  font-size: 18pt;
}
.courier {
  font-family: "Courier New";
}
.boldish {
  font-weight: bold;
}
.abyssinica {
  font-family: "Abyssinica SIL";
}
.sdfootnote-western sup a {
  font-size: 120%;
  text-decoration: none;
}
.cclogo {
  width: 100px;
  max-width: 30%;
  height: auto;
  border: none;
}

nav {
  font-family: "Georgia";
  font-size: 12pt;
}

nav a, nav a:link, nav a:visited {
  text-decoration: none;
  color: #3333FF;
}

@media screen and (max-width: 640px), 
       screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px),
       screen and (min-resolution: 200dpi) and (max-width: 1200px) {
  p {
    margin-top: 1.5em;
  } 

}

p.boxed2 {width: 85%; margin-left: auto; margin-right: auto; padding: 0.75em; border: 1px solid #ccc}
