:link { color: rgb(27, 7, 126) }  /* for unvisited links */
:visited { color: rgb(0, 0, 0) } /* for visited links */
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
/* :hover { color: rgb(0, 96, 255) }  when mouse is over link */

body { background: #ffffff }

body,li,p,td { font-family: verdana, sans-serif; font-size: 10pt; text-decoration: none; }

/* color: #333333; text-decoration: none; } */
/* A { text-decoration: none; } */

a.plain { text-decoration: none }
/* This is <a class="plain" href="what.html">not underlined</a> */

a.tmp {
background-color: #cccc66;
}

pre {font-family: monospace;}

H1 {
/*  align: center; */
/*  font-variant: small-caps;*/
  font-family: sans-serif }

H2 {
  font-family: sans-serif;
  font-size: medium; }
/* P { margin: 1em } */

H3 {
  font-family: sans-serif;
  font-size: medium;
  text-decoration: underline; }

.scripture {
  color: rgb(27, 7, 126);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6;
  margin: 1.5em auto;
  max-width: 480px;
}

.center {
  margin: 2em;
}

b.scripture {
  color: rgb(27, 7, 126);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}

blockquote.scripture {
  color: rgb(27, 7, 126);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6;
  max-width: none;
  margin: 1.5em 0;
  padding-left: 1em;
  border-left: 3px solid #b20000;
}

.scripture b {
  font-style: normal;
  font-weight: normal;
}

.scripture i {
  display: block;
  margin-top: 0.6em;
  font-style: normal;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  color: #666;
}

.highlight {
  color: #b20000;
  font-style: normal;
  font-weight: bold;
}

.scripture font[color="red"] {
  color: #a0522d;
  font-style: normal;
  font-weight: bold;
}

.navbar {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid thin navy
}

.navbar IMG { float: right }

/* Small accent bar under the homepage's primary nav link (Gospel of
   Christ), echoing the .page-title--accent bar used on every content
   page's title elsewhere on the site. Usage: <span class="nav-accent">
   right after the link, before its trailing spacer <br>s. */
.nav-accent {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #b20000;
  margin-top: 2px;
}

/* to not print an object */
@media print {
  .navbar { display: none }
}
