H1 {
   color:white;
   font-style: italic;
   font-weight: bold;
   font-size: 24pt;
   font-family: "Times New Roman",sans-serif;
   }


H2 {
   color:white;
   font-weight: bold;
   font-size: 14pt;
   font-family: "Times New Roman",sans-serif;
   }

H3 {
   color: white;
   font-style: italic;
   font-size: 10pt;
   font-family: "Times New Roman",sans-serif;
   }



BODY { background-color: #6ca6cd;
       color:white;
       font-weight:600;
       font-size: 12pt;
       font-family: "Times New Roman",sans-serif;
     }

P { color: white;
    font-style: normal;
    font-weight:500;
    font-size: 10pt;
    font-family: "Times New Roman",sans-serif;
  }


A { color: #000000 }
A:link { color: #0000ff }
A:visited { color: #800080 }

.ephesians {color: blue}
.greeting {font-style: italic;
           font-weight: bold;
           font-size: 13pt;
          }
.last_updated {color: blue;
               font-style: italic;
               font-weight: bold;
               font-size: 8pt;
              }

.idg_tag {color: blue;
               font-style: italic;
               font-weight: bold;
               font-size: 7pt;
              }
.list {color:white;
       font-weight:500;
       font-size: 10pt;
       font-family: "Times New Roman",sans-serif;
     }

.cell {color:white;
       font-weight:600;
       font-size: 14pt;
       font-family: "Times New Roman",sans-serif;
       BORDERCOLORDARK="#666699";
       BORDERCOLORLIGHT="#99cccc";
       onMouseOver="cell.bgColor='#36648b'" ;
       onMouseOut="cell.bgColor='#6ca6cd'";
     }               
td { align="left";
     color:white;
     BORDERCOLORDARK="#666699";
     BORDERCOLORLIGHT="#99cccc";
     bgcolor="#6ca6cd"; 
     onMouseOver="this.bgColor='#36648b'"; 
     onMouseOut="this.bgColor='#6ca6cd'";
     style="text-decoration:none";
    }