body {
    margin-left: 10%;
    margin-right: 10%
    }
hr {
    width: 80%;
    margin-top: 1em;
    margin-bottom: 1em
    }
a.tag {
    text-decoration: none;
    vertical-align: 0.3em;
    font-size: 80%;
    line-height: 0
    }
div.letter {
    font-size: 92%;
    margin: 1.5em 2em
    }
div.texts {
    font-family: sans-serif;
    font-size: 95%;
    padding: 1em;
    margin-top: 2em;
    border: 2px solid #99F
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em
    }
h1 {
    font-size: 200%
    }
h2 {
    font-size: 150%
    }
h3 {
    font-size: 125%
    }
h4 {
    font-size: 115%
    }
h5 {
    font-size: 100%
    }
h6 {
    font-size: 90%
    }
p, blockquote {
    margin-top: 0.5em;
    margin-bottom: 0;
    line-height: 1.2
    }
p.illustration {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em
    }
p.synopsis {
    font-size: 85%;
    margin-left: 25%;
    margin-right: 5%
    }
.footnote {
    font-size: 95%;
    margin-right: 2em;
    margin-left: 2em
    }
table {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em
    }
table.toc {
    margin-left: auto
    }
td {
    vertical-align: top;
    text-align: left;
    padding: 0.1em 1em 0.1em 0
    }
td.chapname {
    font-variant: small-caps;
    width: 2em;
    padding-right: 0
    }
td.ditto {
    text-align: center
    }
td.number {
    text-align: right
    }
table p {
    margin-top: 0;
    margin-left: 2em;
    text-indent: -2em;
    line-height: normal
    }
table.toc td.number {
    padding-left: 4em
    }
table a {
    text-decoration: none
    }
div.texts h5 {
    line-height: 1.2
    }
div.texts a {
    text-decoration: none
    }
.firstword {
    text-transform: uppercase
    }
.grey {
    color: #999;
    background-color: inherit
    }
.chapter {
    margin-top: 4em
    }
.section {
    margin-top: 2em
    }
.pad1 {
    padding-left: 2em
    }
.pad2 {
    padding-left: 4em
    }
.pad3 {
    padding-left: 8em
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted red
    }
.pagenum {
    font-size: 90%;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    text-indent: 0;
    color: #333;
    background-color: inherit
    }
.mynote {
    background-color: #DDE;
    color: #000;
    padding: 0.5em;
    margin: 1em 5%;
    font-family: sans-serif;
    font-size: 95%
    }