body 
{
   background-color:    #1b1b90;
   margin-left:         10%;
   margin-right:        10%;
}

body, p, li, a, pre, h1, h2, h3, h4
{
   color:               #ffffef;
   line-height:         125%;
   font-size:           13pt;
}

li
{
   max-width:           90%;
}

p
{
   text-align: justify;
}

h1, h2, h3
{
   font-family:         Times New Roman;
}

a
{
   text-decoration:     none;
   font-weight:         600;
}

a:link    {color:#ffffa0; background-color:transparent}
a:visited {color:#a0a050; background-color:transparent}
a:active  {color:#a0a050; background-color:transparent}
a:hover   {color:#ffffc0; background-color:transparent}

li
{
   list-style-type:     square;
}

li.blank
{
   list-style-type:     none;
   line-height:         200%;
}

ul.blank
{
   padding-left:         0pt;
}

h1
{
   font-size:           16pt;
   text-align:          center;
   padding-top:         10pt;
   border-style:        solid;
   border-bottom-width: 2px;
   border-top-width:    0px;
   border-left-width:   0px;
   border-right-width:  0px;
   margin-bottom:       20pt;
}

h2
{
   font-size:           14pt;
   padding-top:         10pt;
}

h3
{
   font-size:           12pt;
   padding-top:         10pt;
}

pre
{
   background-color:    #e9e9e9;
   font-family:         "Courier New",monospace;
   display:             block;
   border-style:        solid;
   border-width:        thin;
   border-color:        #9898a8;
   padding:             4pt;
}

.bibleverse
{
  font-style:		italic;
  font-family:		serif;
  display:              block;
  padding:		0% 10% 0% 10%;
}

.bigquote
{
  font-family:          serif;
  display:              block;
  padding:              30 10% 30 10%;
  background-color:     #2b1b70;
  text-align:           center;
}

.bibleref
{
  font-style:		opaque;
}


.foot
{
  font-size:		11pt;
  text-align:		center;
}

.invisible
{
   color:    #1b1b90;
}


