<Styles.css>

body           { color: blue;
                 background: white    }
H1             { color: red;
                 text-align: center   }
H2             { color: red;
                 text-align: center   }
H3             { color: navy;
                 text-align: center   }
IMG.center     { display: block;
                 margin-left: auto;
                 margin-right: auto;  }
P              { font-size: 21px;
                 font-family: Times new roman;
                 line-height: 1.2;
                 color: Mediumblue    }
P.bible        { font-size: 21px;
                 color: Mediumblue;
                 font-style: italic;
                 font-family: Helvetica;
                 text-align: center   }
P.special      { color:blue;
                 text-align: center;
                 font-family: Times new roman;
                 font-size: 21px    }
DIV.chapter    { color: teal;
                 text-align: center;
                 font-family: verdana;
                 font-size: 21px              }
NAV            { color: Mediumblue;
                 text-align: center;
                 font-family: verdana;
                 font-size: 21px              }
Nav.horizontal     {width: 100%; text-align: center; }
Nav.horizontal ul  {list-style-type: none;
                    display: inline; 
                    margin: 0; padding: 0;           }
Nav.horizontal li  {display: inline; font-size: 16px; padding: 10px}   
P#poetry       { color: blue;
                 text-align: center;
                 font-style: italic;
                 font-family: arial;
                 font-size: 21px;
                 line-height: 1.4             }
P#reference    { color: mediumblue;
                 font-family: arial;
                 font-size: 16px;
                 line-height: 1.2             } 
sup            { vertical-align: baseline;
                 position: relative;
                 top: -0.4em;                 }
table.center    { margin-left:auto; 
                  margin-right:auto;           }
tr.align-center { text-align:center            }
table           {border: solid 2px magenta; padding: 3;
	         font-family: arial;
                 font-size: 20px;
	         color: blue;
                 line-height: 1.5                      } 
                                   
</Styles.css>