body {
    margin-left: 10%;
    margin-right: 10%
    }
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: 2%;
    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.lyrics {
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 0%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: small
    }
p.signature {
    text-indent: 0%;
    text-align: left;
    margin-left: 20%;
    margin-right: 0%;
    margin-top: 0%;
    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: 0%;
    margin-bottom: 0%
    }
p.contents {
    text-indent: 0%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 2%
    }
p.first {
    text-indent: 0%
    }
p.first:first-letter {
    font-size: xx-large
    }
p.first:first-letter {
    font-size: xx-large;
    font-weight: normal;
    font-style: italic
    }
a:link {
    text-decoration: none;
    color: rgb(10%, 30%, 60%)
    }
a:visited {
    text-decoration: none;
    color: rgb(10%, 30%, 60%)
    }
a:hover {
    text-decoration: underline
    }
a:active {
    text-decoration: underline
    }
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    color: black
    }
.hr40 {
    width: 40%
    }
.hr50d {
    width: 50%;
    border-top: double
    }