body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2 {
    text-align: center;
    clear: both;
    font-weight: normal
    }
h1 {
    font-size: 250%;
    letter-spacing: 0.33em
    }
h2 {
    font-size: 150%
    }
hr {
    width: 45%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
ins {
    text-decoration: none;
    border-bottom: 1px dashed
    }
p.mynote {
    background-color: #DDE;
    color: #000;
    padding: 1em;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 90%
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
p.author {
    font-size: 100%;
    letter-spacing: 0.2em;
    text-align: center
    }
p.subtitle {
    font-size: 120%;
    text-align: center
    }
p.emphasize {
    font-size: 150%;
    letter-spacing: 0.2em;
    text-align: center
    }
p.judge {
    font-size: 100%;
    letter-spacing: 0.2em;
    text-align: center
    }
p.intro {
    margin-left: 30%;
    margin-right: 30%;
    font-size: 92%
    }
p.anrede {
    text-align: left;
    margin-left: 17%
    }
p.relright {
    text-align: right;
    margin-right: 15%
    }
p.source {
    text-align: right
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
td.number {
    text-align: right
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0.1em 1em
    }
table.toc {
    text-decoration: none
    }
table.toc a {
    text-decoration: none
    }
.blockquote {
    margin-left: 5%;
    margin-right: 10%
    }
a[title].pagenum:after {
    content: attr(title);
    border: 1px solid silver;
    display: inline;
    font-size: x-small;
    text-align: right;
    color: #808080;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    letter-spacing: 0
    }
.center {
    text-align: center
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem span.i0 {
    display: block;
    margin-left: 0;
    padding-left: 3em;
    text-indent: -3em
    }