/* BibleSchoolResources.net style.css */

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

  body {
    color: black;
    background: white;
    margin-left: 7%; 
    margin-right: 7%; 
    font-family: GillSans, Verdana, Arial, sans-serif;
    font-size: 10pt;
  }
  strong { text-transform: uppercase;  font-weight: bold; }
  em { font-style: italic; font-weight: bold; }

  h1 { 
    font-family: Verdana;
    font-size: 200%; 
    text-align: center;
    font-weight: bold;
  }
  h2 { 
    font-size: 150%; 
  }
  h3 { 
    font-size: 125%; 
  }

  p.INSTRUCTIONS {
    font-size: 90%;
    padding: 0pt;
    text-align: left;
  }

  p.CINSTRUCTIONS {
    font-size: 90%;
    padding: 0pt;
    text-align: center;
  }

  p.COPYRIGHT {
    font-size: 75%;
    font-weight: normal;
    font-style: normal;
    text-align: left;
  }

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

  table {
    border: 0;
    border-spacing: 1;
    font-size: 90%;
  }
  table.td {
    border: 0;
    font-size: 90%;
  }
  ol {
    font-size: 90%;
  }
