/**/
h1 {
    text-align: center;
    margin-top: 10%;
    page-break-before: always
    }
h2 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
    page-break-after: always
    }
h3 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
    page-break-before: always
    }
p {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: justify;
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%
    }
p.right {
    text-indent: 0%;
    text-align: right;
    margin-left: 8%;
    margin-right: 4%;
    margin-top: 0%;
    margin-bottom: 2%
    }
p.poem {
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 0%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: small
    }
p.blockquote {
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 4%;
    margin-top: 2%;
    margin-bottom: 2%
    }
p.center {
    text-indent: 0%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%
    }
p.first {
    text-indent: 0%
    }
/**/