/* BibleSchoolResources.net style.css */

  :link { color: rgb(0, 165, 248); text-decoration:none }  /* for unvisited links */
  :visited { color: rgb(0, 165, 248); text-decoration:none } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: rgb(202, 0, 23) } /* when mouse is over link */

  body {
    color: black;
    background: #000076;
    font-family: GillSans, Verdana, Arial, sans-serif;
    font-size: 12pt;
  }

  h1 { 
    font-size: 150%; 
  }
  h2 { 
    font-size: 125%; 
  }
  h3 { 
    font-size: 100%; 
    text-decoration: normal;
  }
  p {
    font-size: 90%; 
  }
  p.COPYRIGHT {
    font-size: 65%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
  }
  p.DEDICATION {
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
  }
  p.VINFO {
    font-size: 65%;
    font-weight: normal;
    font-style: italic;
    text-align: center;
  }

  li {
    font-size: 90%; 
  }
  dt {
    font-size: 90%; 
  }
  dd {
    font-size: 90%; 
  }

  strong { 
    text-transform: uppercase;  
    font-weight: bold; 
  }
  em { 
    font-style: normal; 
    font-weight: bold; 
    color: blue;
  }

  pre {
    font-family: courier;
    font-size: 100%;
  }

  table {
    border: 0;
    border-spacing: 1px;
    background-color: white;
  }
  td {
    border: 0;
    border-width: 0;
    font-size: 90%;
  }

  BLOCKQUOTE {
    font-family: courier;
    font-size: 110%;
    color: navy;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
    margin-left: 1em; 
    margin-right: 1em;
  }


