body {
    margin-left: 15%;
    margin-right: 15%;
    font-size: 100%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    text-indent: 1.5em;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
h3 {
    margin-top: 2em;
    margin-bottom: 2em
    }
hr {
    width: 20%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.long {
    width: 65%
    }
hr.full {
    width: 100%
    }
.bquote {
    margin-left: 5%;
    margin-right: 5%
    }
.center {
    text-align: center;
    text-indent: 0
    }
.pub {
    margin-top: 3em;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
    font-size: 85%
    }
.sc {
    font-variant: small-caps
    }
.noindent {
    text-indent: 0
    }
.ar {
    margin-right: 8%;
    text-align: right;
    margin-top: 0;
    margin-bottom: 1em
    }
.verse {
    margin-left: 20%;
    text-align: left;
    text-indent: 0
    }
.toc {
    text-align: center;
    text-indent: 0;
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 0.2em
    }
.itoc {
    margin-right: 10%;
    margin-left: 10%;
    text-indent: -1.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 90%
    }
.cap {
    text-indent: 0;
    text-align: center;
    font-weight: bold;
    font-size: 90%;
    margin-top: 0;
    margin-bottom: 1em
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }