body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%
    }
h1.pg, h3.pg {
    text-transform: none;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%
    }
h2 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
    page-break-before: always
    }
h3 {
    text-transform: uppercase;
    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-align: left;
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 2%;
    margin-bottom: 2%
    }
p.signature {
    text-indent: 0%;
    text-align: left;
    margin-left: 20%;
    margin-right: 8%;
    margin-top: 1%;
    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: 0%
    }
p.contents-part {
    text-transform: uppercase;
    text-indent: 0%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%
    }
p.first {
    text-indent: 0%
    }
p.firstpb {
    text-indent: 0%;
    page-break-before: always
    }
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.full {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #000;
    clear: both
    }
pre {
    font-size: 85%
    }