body {
    font-size: 100%
    }
p {
    margin-left: 15%;
    margin-right: 15%;
    text-indent: 1.5em;
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
hr {
    width: 50%
    }
hr.short {
    width: 10%
    }
hr.full {
    width: 100%
    }
p.note {
    text-indent: 0;
    text-align: center
    }
p.note2 {
    text-indent: 0;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0
    }
p.noindent {
    text-indent: 0
    }
p.toc {
    text-indent: 0;
    text-align: center;
    font-size: 90%
    }
p.block {
    text-indent: 1em;
    margin-left: 20%;
    margin-right: 15%;
    margin-bottom: 0;
    text-align: justify
    }
p.bni {
    text-indent: 0;
    margin-left: 20%;
    margin-right: 15%;
    text-align: justify
    }
p.poem {
    text-indent: 0;
    margin-left: 30%;
    text-align: left
    }
p.ar {
    margin-top: 0;
    text-align: right;
    margin-right: 20%
    }
center {
    padding: 1em
    }
pre {
    font-size: 9pt;
    margin-left: 15%
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }