a[title].page {
    font-size: x-small;
    color: gray;
    background-color: inherit;
    display: inline
    }
a[title].page:after {
    content: attr(title)
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em;
    clear: both
    }
p.publisher {
    margin-top: 1em;
    text-align: center;
    font-size: large
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal
    }
div.note {
    margin: 4em 10% 0 10%;
    padding: 0 0.5em 0 0.5em;
    border: 1px dashed black;
    background-color: rgb(80%, 100%, 80%);
    color: black;
    font-size: smaller
    }
.figleft {
    clear: both;
    padding-top: 0;
    padding-right: 0.3em
    }
p.newletter {
    text-indent: -0.2em;
    clear: none
    }
hr {
    width: 25%;
    margin-top: 2em;
    margin-bottom: 2em;
    clear: both;
    text-align: center;
    border: 0;
    background-color: black;
    color: black
    }
hr.tbline {
    width: 5em;
    margin-top: 2em;
    margin-bottom: 2em
    }
em.gesperrt {
    letter-spacing: 0.35ex;
    padding-left: 0.35ex;
    font-style: normal
    }
span.signature {
    clear: both;
    padding-right: 2em
    }
div.titlepage h1 {
    font-size: xx-large;
    letter-spacing: 0.35ex;
    padding-left: 0;
    line-height: 110%;
    margin-top: 0.25em;
    margin-bottom: 0;
    color: rgb(10%, 40%, 60%);
    background-color: inherit
    }
div.titlepage h2 {
    margin-top: 1em;
    font-size: x-large
    }
div.titlepage h3 {
    font-size: large;
    margin-top: 0.5em;
    margin-bottom: 1em
    }
div.titlepage h4 {
    font-size: medium;
    margin-top: 6em;
    margin-bottom: 0
    }
div.titlepage h5 {
    font-size: small
    }
a:link {
    text-decoration: none;
    color: rgb(10%, 30%, 60%);
    background-color: inherit
    }
a:visited {
    text-decoration: none;
    color: rgb(10%, 30%, 60%);
    background-color: inherit
    }
a:hover {
    text-decoration: underline
    }
a:active {
    text-decoration: underline
    }
.pagenum {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0;
    color: gray;
    background-color: inherit
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
.blockquot {
    margin-left: 5%;
    margin-right: 10%
    }
.center {
    text-align: center
    }
.hidden {
    display: none
    }