body {
    margin-left: 10%;
    margin-right: 10%
    }
h1, h2, h3 {
    text-align: center;
    clear: both
    }
.nobreak {
    page-break-before: avoid
    }
div.break {
    page-break-before: always
    }
span.gpw {
    font-size: small;
    font-weight: normal;
    font-style: italic
    }
@media print, screen {
    span.plate {
        position: absolute;
        right: 0;
        font-size: small;
        font-weight: normal;
        font-variant: small-caps
        }
    }
@media all {
    span.plate {
        padding-left: 6em;
        font-size: small;
        font-weight: normal;
        font-variant: small-caps
        }
    }
p {
    margin-top: 0.51em;
    text-align: justify;
    margin-bottom: 0.49em
    }
@media screen, print {
    div.banana {
        position: relative
        }
    span.b-left {
        position: absolute;
        left: 5%
        }
    span.b-right {
        position: absolute;
        left: 70%
        }
    }
@media all {
    div.banana {
        text-align: center
        }
    span.b-right {
        padding-left: 4em
        }
    }
@media screen, print {
    p.front {
        margin-bottom: 3.99em
        }
    h1.front {
        margin-bottom: 1.49em;
        page-break-before: always
        }
    }
@media all {
    p.front {
        visibility: inherit
        }
    h1.front {
        visibility: inherit
        }
    }
hr {
    width: 33%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
hr.chap {
    width: 65%
    }
@media screen, print {
    ul.TOC {
        list-style-type: none;
        position: relative;
        width: 85%
        }
    span.ralign {
        position: absolute;
        right: 0;
        top: auto
        }
    }
@media all {
    ul.TOC {
        list-style-type: none;
        width: 85%
        }
    span.ralign {
        padding-left: 6em
        }
    }
.pagenum {
    font-size: smaller;
    text-align: right
    }
.bbox {
    border: solid 2px
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.smcap {
    font-variant: small-caps
    }
.caption {
    font-weight: bold;
    text-align: center
    }
.subcaption {
    font-weight: normal;
    font-size: smaller
    }
.figcenter {
    margin: auto;
    text-align: center
    }
.transnote {
    background-color: #E6E6FA;
    color: black;
    font-size: smaller;
    padding: 0.5em;
    margin-bottom: 5em;
    font-family: sans-serif, serif
    }
.correction {
    text-decoration: none;
    border-bottom: thin dotted gray
    }