BODY      {
            background: url(graytexture.gif) repeat scroll; xwidth=4in; 
          }

A:active  { color: red;  text-decoration: none;  
        font: italic bold 8pt times new roman, times, bookman old style, century schoolbook, schoolbook, serif; }
A:hover   { color: red;  text-decoration: none; 
        font: italic bold 8pt times new roman, times, bookman old style, century schoolbook, schoolbook, serif; }
A:link    { color: blue; text-decoration: none;
        font:             8pt times new roman, times, bookman old style, century schoolbook, schoolbook, serif; }
A:visited { color: blue; text-decoration: none; 
        font:             8pt times new roman, times, bookman old style, century schoolbook, schoolbook, serif; }


/* -------- text is the basic view of the Williams Bible */
DIV.text   { 
            margin-left: 40px; margin-right: 74px; margin-top: 30px;
            text-align: left; font-size: 12pt; color: black;
            font-style: normal; font-weight: normal; xline-height: 12pt;
            font-family: times new roman, times, bookman old style, century schoolbook, schoolbook, serif;
           }
/*  ------ photo1 is the header on every image page */
DIV.photo  {
            margin-left: 54px; margin-right: 74px; xmargin-top: 30px;
            text-align: center; color: #05087D; font-size: 12pt;  font-weight: bold;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H1 used as the main title for a page  */
H1         { 
            text-align: center; font-size: 16pt; color: navy;
            font-style: normal; font-weight: bold;
            font-family: tahoma, arial, helvetica, helv, sans-serif;

           }
/* -------- H2 used as the subtitle for a page  */
H2         { 
            text-align: center; font-size: 12pt; color: navy; 
            font-style: normal; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H3 - For a centered note */
H3         {
            color: black; text-align: center; margin-top: -8px;
            font-style: normal; font-size: 10pt; font-weight: normal;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
/* -------- H4 used as a section title */
H4         {
            margin-left: 24px;
            text-decoration: underline; font-weight: bold;
           }
/* -------- H5 is like a bold underlined centered title */
H5         {
            text-align: center; font-size: 12pt;
            text-decoration: underline; font-weight: bold;
            font-family: times new roman, times, bookman old style, century schoolbook, schoolbook, serif;
           }
/* -------- H6 - For an external link on the left */
H6         {
            text-align: left; margin-top: -8px;
           }
/* -------- trans is the transcriptions forcing a narrower space between paragraphs */
P.trans    { 
            margin-top: -8px;
           }
/* -------- note is a paragraph explaining redactions */
P.note     { 
            margin-top: -8px; margin-left: 16px; font-weight: bold; font-size: 10pt;
            font-family: tahoma, arial, helvetica, helv, sans-serif;
           }
P.italics  {
            font-style: italic; font-weight: normal;
           }
P.indent   {
            margin-left: 86px; margin-right: 86px;
           }
P.italind  {
            margin-top: -12px; margin-left: 40px; margin-right: 26px;
            font-style: italic;
           }
P.signat   {
            margin-top: -12px; margin-left: 280px; font-weight: normal;
           }
/* -------- This lone <span> to be used as a better superscript element than <sup> */
SPAN       { 
            font-size: 67%; vertical-align: 27%;
           }
