/* screen CSS */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 140%;
}
h2 {
  margin-top: 0;
  text-align: center;
  font-size: 120%;
}
h3 {
  margin-top: 0;
  text-align: left;
  font-size: 110%;
}
.verse {
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;  
  font-style: normal;
  font-weight: bold;
  color: #000;
}
.verseref {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
hr {
  width:85%;
  height: 2px;
  text-align: center;
}
.underline {
  text-decoration: underline;
}
/* NOTE: #main and .breadcrumbs styles are defined in the site-wide base.css.

#main {
  background-color: #eee;
  margin-top: 25px;
  margin-left: 5%;
  margin-right: 5%;
  border: 2px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}

*/
/* Link to Home, Index, etc. */
/*
.breadcrumbs {
  text-align: left;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 70%;
}
*/
/* End CSS */

