body {
    margin-left: 8%;
    margin-right: 7%
    }
p {
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1.4em
    }
body > p {
    text-align: justify;
    text-indent: 1em
    }
h1 {
    text-align: center
    }
h2 {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center
    }
h1 + p {
    text-indent: 0
    }
h2 + p {
    text-indent: 0
    }
h3 + p {
    text-indent: 0
    }
.center {
    text-align: center
    }
img {
    border: 1px solid black
    }
img.plain {
    border: none;
    padding: 0;
    margin: 0
    }
p.caption {
    margin-top: 0;
    font-size: smaller
    }
.center img {
    margin-left: auto;
    margin-right: auto
    }
div.poem {
    text-align: left;
    margin-left: 5%;
    width: 90%
    }
.poem h4 {
    margin-left: 5em;
    font-weight: normal;
    text-decoration: underline
    }
.poem .stanza {
    margin-top: 1em
    }
.stanza div {
    line-height: 1.2em;
    margin-left: 2em;
    text-indent: -2em
    }
.poem .i0 {
    display: block;
    margin-left: 2em
    }
.poem .i2 {
    display: block;
    margin-left: 4em
    }
ins.correction {
    text-decoration: none;
    border-bottom: thin dotted gray
    }
ol {
    font-variant: small-caps
    }
ol.RU {
    list-style-type: upper-roman
    }
.off {
    list-style-type: none
    }