body {
    margin-left: 10%;
    margin-right: 10%
    }
h1 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: 0.5em;
    page-break-before: always
    }
h2 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
    page-break-before: always;
    letter-spacing: 0.2em
    }
p {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    text-align: justify;
    text-indent: 4%
    }
p.noindent {
    text-indent: 0%;
    margin-top: 2%
    }
p.lyrics {
    text-align: left;
    text-indent: 0%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 2%;
    margin-bottom: 0%;
    font-size: small
    }
.chapter {
    page-break-before: always
    }
p.lyrics2 {
    text-align: left;
    text-indent: 0%;
    margin-left: 16%;
    margin-right: 8%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: small
    }
p.center {
    text-indent: 0%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%
    }
p.tb {
    text-indent: 0%;
    text-align: center;
    margin-top: 0%;
    margin-bottom: 0%
    }
p.tb2 {
    text-indent: 0%;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0%
    }
p.first {
    text-indent: 0%
    }
p.first:first-letter {
    font-size: xx-large
    }
.centerpic {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
ul {
    margin-left: 0;
    padding-left: 0
    }
.trnote {
    font-family: sans-serif;
    font-size: small;
    background-color: #ccc;
    color: #000;
    border: black 1px dotted;
    margin: 2em;
    padding: 1em
    }
.trnote ul li {
    list-style-type: none
    }