@media print {
    a:link, a:visited {
        color: black;
        background-color: transparent
        }
    a:hover {
        color: black;
        background-color: transparent
        }
    }
@media print, screen {
    a:link, a:visited {
        text-decoration: none;
        background: transparent
        }
    a:hover {
        text-decoration: underline;
        background: transparent
        }
    }
@media screen {
    a:link, a:visited {
        color: #0000A0;
        background-color: transparent
        }
    a:hover {
        color: #0000A0;
        background-color: transparent;
        text-decoration: underline
        }
    }
div.titlepage {
    text-align: center;
    page-break-after: always
    }
div.docEdition {
    font-style: italic;
    text-decoration: underline;
    margin-top: 5ex
    }
div.docDesc {
    font-style: italic;
    margin: 4ex 5em
    }
div.docAuthor {
    font-size: 120%
    }
div.imprint {
    font-size: 150%;
    margin-top: 8ex
    }
div.by {
    margin-bottom: 2ex
    }
p.signature {
    text-align: right;
    font-size: 120%;
    margin-right: 2em
    }
.sc {
    font-variant: small-caps
    }
p {
    margin-top: 0.75em;
    text-align: justify;
    margin-bottom: 0.75em
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
h1 {
    font-size: 350%;
    page-break-after: avoid
    }
h2 {
    font-size: 130%;
    margin-top: 5ex;
    page-break-after: avoid
    }
h2#PREFACE {
    padding-top: 5ex
    }
h3 {
    margin-top: 3ex;
    font-size: 120%;
    page-break-after: avoid
    }
h4 {
    font-size: 90%;
    page-break-after: avoid
    }
h4.ex {
    font-family: arial, helvetica, sans-serif
    }
h4.cf {
    font-variant: small-caps;
    font-size: 120%
    }
table, table.figure {
    margin-left: auto;
    margin-right: auto
    }
table.figure td {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    margin-left: 0
    }
td.caption {
    padding-top: 2ex;
    padding-right: 2em
    }
td.capnorm {
    padding-top: 2ex;
    padding-right: 0
    }
div.figure {
    text-align: center
    }
table.figure td {
    page-break-inside: avoid
    }
body {
    margin-left: 10%;
    margin-right: 10%
    }
sub {
    font-size: 80%
    }
table.toc {
    page-break-after: always;
    page-break-before: always;
    margin-top: 0;
    margin-bottom: 3ex
    }
table.toc caption {
    padding-top: 6ex;
    margin-bottom: 3ex;
    font-weight: bold;
    font-size: 150%
    }
table.toc td {
    padding-top: 1ex;
    text-indent: -3em;
    padding-left: 3em
    }
table.toc th {
    padding-top: 1ex
    }
table.toc tr.subheading td, table.toc tr.subheading th {
    padding-top: 3ex;
    padding-bottom: 0
    }
table.toc td.page {
    text-align: right;
    vertical-align: baseline;
    text-indent: 0;
    margin-left: 0;
    width: 6em
    }
td.tocpagehdr {
    text-align: right;
    font-size: 80%
    }
.sic, .corr, .reg, .add {
    border-bottom: dotted maroon 1px
    }
.pagenum {
    font-size: smaller;
    text-align: right;
    font-weight: normal;
    font-style: normal
    }
.small {
    font-size: 80%
    }
.center {
    text-align: center
    }
.u {
    text-decoration: underline
    }
.caption {
    font-weight: bold
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: right
    }
.fnanchor {
    vertical-align: super;
    font-size: 0.8em;
    text-decoration: none
    }