BODY{
font-size: 100.1%; 
background: #FFFF33; 
margin: 0em 1em;
 }

.emp /* bold blue emphasis */
{
color: #0000cc;
font-weight: bold;
text-transform: uppercase;
}

hr
{       
        /*border: solid; */
        border-bottom: 3px solid;
        color: #996600;
        width: 50% ;
	height: 4px;
        text-align: center;
}

u.b
{       
        text-decoration: none;        
        border-collapse: collapse;
        border-bottom: 3px solid;
        border-color: #cc9900;
        padding: 0;
        color: #996600;
}

p 
{
color: black;
background-color: transparent;
text-align: left;
font-weight: normal;
font-variant: normal;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
/* font-family: "Times New Roman", Times, serif;
font-family: futura, arial, sans-serif;
font-family: "Courier New", Courier, mono; */
font-size: 14pt;
text-indent: 20px;
}

/* p.v1 = Primary Verses;  p.v2 =  Secondary Verses; p.v3 =  Centered */
p.v1, p.v2, p.v3 
{
color: #cc0000;
background-color: transparent;
text-align: left;
font-weight: bold;
font-variant: normal;
font-style: italic;
font-family: "Times New Roman", Times, serif;
font-size: 14pt;
text-indent: 0px;
}

p.v2  
{
color: #0000cc;
}

p.v3   
{
text-align: center;
color: #ff3300;
/* font-family: futura, arial, sans-serif;*/
/* font-family: "Brush Script"; */
/*font-style: oblique; */
/* font-weight: bold; */
}

p.v4   /*  Monotext */
{
text-align: left;
color: green;
font-family: prestige, monospace;
/* font-family: "Brush Script"; */
font-style: italic;
font-weight: 600;
font-size: 12pt;
}

p.v5 
{
text-align: center;
color: red;
font-family: "Brush Script";
font-style: italic;
font-weight: bold;
font-size: 18pt;
/* width: 100px; */
background-color:#ccffff
}

pre   
{
margin: 2% 5%;
text-align: left;
color: white;
background-color: #660000;
font-family: Andale Mono, monospace;
/* font-family: "Brush Script"; */
font-style: normal;
font-weight: 400;
font-size: 10pt;

}

.center /* center images */
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul, ol
{
color: #660000;
background-color: transparent;
text-align: left;
font-weight: bold;
font-variant: normal;
font-style: italic;
font-family: "Times New Roman", Times, serif;
font-size: 14pt;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3 
{
color: #993300;
background-color: transparent;
text-align: center;
font-weight: bold;
font-variant: normal;
font-style: italic;
font-family: tahoma, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/
/*font-family: MS courier new, monospace; */
/*font-family: futura, arial, sans-serif;*/
font-size: 20pt;
}

h2 
{
font-size: 16pt;
}

h3 
{
font-size: 14pt;
}

TABLE.TABLE1
  {
     width: 100%;
     margin: auto;
     background-color:blue;
     border-collapse: collapse;
     border-spacing: 0px;
     border-style:solid;
     border-color:red;
     border-width:0px;
     font-size: 100%;
  }

 TR.TABLE1
  { 
vertical-align:middle;
  }

  TD.TABLE1
  {  
     font-size:18pt;
     background-color: #ffff33;
     color:black;
     border-style:solid;
     border-width:0px;
     text-align:center;
     background-image: url(Images/openbible1.gif);
     background-repeat: no-repeat;
     background-position: top;
     vertical-align: top;
     padding: 0cm;
  }
  
TABLE.TABLE2
  {
     margin: auto;
     background-color: ffff33;
     border-collapse: collapse;
     border-style:double;
     border-color: #ffff00;
     border-width:0px;
  }

 TR.TABLE2
  { 
vertical-align:middle;
  }

  TD.TABLE2
  {  
     font-size:18pt;
     background-color: #ffff00; 
     color:red;
     padding: .5cm;
     border-width:0px;
     text-align:center;
  }
  
TABLE.TABLE3
  {
     width: 100%;
     margin: auto;
     border-collapse: separate;
     vertical-align: top;
     font-size: 100%;
  }

 TR.TABLE3
  { 
vertical-align:top;
  }

  TD.TABLE3
  {  
     font-family: Arial, Helvetica, sans-serif;
     font-style: italic;
     font-size:12pt;
     font-weight: bold;
     color:red;
     border-color: #993300;
     border-width:4px;
     border-style: solid;
     padding: .6cm;
     text-align: center;
     vertical-align: top;
       }
  
a:link { color: blue; }
a:visited { color: red; }
a:hover, a:active { text-decoration: none; background: #FFCC00; color: black; letter-spacing: +1px;}


