body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3 {
    text-align: center;
    clear: both;
    font-weight: normal
    }
h1, h2 {
    page-break-before: always
    }
h1 {
    font-size: 250%;
    line-height: 1.5
    }
h2 {
    font-size: 125%;
    margin-top: 4em
    }
h3 {
    font-size: 100%;
    margin-top: 2em
    }
.break {
    page-break-before: always
    }
.nobreak {
    page-break-before: avoid
    }
.noindent {
    text-indent: 0
    }
.margtop2 {
    margin-top: 2em
    }
p {
    text-align: justify;
    text-indent: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.75em
    }
.front {
    text-align: center;
    text-indent: 0;
    line-height: 1.5;
    font-size: 125%;
    margin-top: 3em;
    margin-bottom: 1em
    }
.center {
    text-align: center;
    text-indent: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em
    }
.signature {
    text-align: right;
    margin-right: 6em;
    margin-bottom: 1.5em
    }
.gesperrt {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding-left: 0.2em
    }
hr {
    width: 10%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 45%;
    margin-right: 45%;
    clear: both
    }
hr.broad {
    width: 34%;
    margin-left: 33%;
    margin-right: 33%
    }
table {
    margin-left: auto;
    margin-right: auto
    }
.poetry {
    margin: 0.5em auto;
    max-width: 16em
    }
.stanza {
    margin: 0.5em auto;
    line-height: 1.3;
    font-size: 90%;
    display: inline-block
    }
.verse {
    text-align: left
    }
.tnote {
    background: rgb(220, 220, 220) none repeat scroll 0% 50%;
    margin-top: 4em
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    background-color: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }