BODY {font-family: "Times New Roman", serif; text-align: left; font-size: 12pt;
color: #000000; font-weight: normal; background-color: #e8ffe8; margin: 12pt;}

A:link {color: #000099}
A:active {color: #cc0000}
A:visited {color: #660066}

      /* Main title, at top */
H1 {font-family: sans-serif; text-align: center; font-size: 20pt;
    color: #660000; font-weight: bold;}

      /* Centered heading and Left heading, throughout */
H3 {font-family: sans-serif; text-align: center; font-size: 14pt;
    color: #660000; font-weight: bold;}
H4 {font-family: sans-serif; text-align: left; font-size: 12pt;
    color: #660000; font-weight: bold;}

      /* Caption for table or graphic */
H5 {text-align:center; font-family:sans-serif; font-size:12pt; color:#000000; font-weight:normal; font-style:normal;}

      /* Date, Copyright, Bible quotations are from, at top */
H6 {font-family: sans-serif; text-align: center; font-size: 9pt;
    color: #000000; font-weight: normal; font-style: normal;}

      /* Citations (quotations).  For indented quotations,
         nest inside <p class="in-sm">, see Indentations below */
CITE {font-family: sans-serif; text-align: left; font-size: 11pt;
      color: #000000; font-weight: normal; font-style: normal;}

      /* Superscript for footnote numbers */
SUP {font-family: sans-serif; text-align: left; font-size: 8pt; 
     color: #000000; font-weight: bold; vertical-align: super;}

      /* Indentations, see CITE above */
.in-xsm {margin-left:  20px;}
.in-sm  {margin-left:  40px;}
.in-med {margin-left:  60px;}
.in-la  {margin-left:  80px;}
.in-xla {margin-left: 100px;}


@media print {
  BODY {background-color: #ffffff}
  A:link, A:active, A:visited {color: #000066}
}