body {
    margin-left: 10%;
    margin-right: 10%
    }
p {
    text-align: justify
    }
blockquote {
    text-align: justify
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center
    }
pre {
    font-size: 0.7em
    }
hr {
    text-align: center;
    width: 50%
    }
html > body hr {
    margin-right: 25%;
    margin-left: 25%;
    width: 50%
    }
hr.full {
    width: 100%
    }
html > body hr.full {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%
    }
.footnotes {
    border: dashed 1px
    }
.footnote {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 0.9em
    }
.footnote .label {
    text-align: left
    }
a.fn:link, a.fn:visited {
    font-style: normal;
    text-decoration: none
    }
.poem {
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 1em;
    text-align: left
    }
.poem .stanza {
    margin: 1em 0 1em 0
    }
.poem .line {
    height: auto;
    padding-left: 3em;
    text-indent: -3em
    }
.poem .i2 {
    margin-left: 1em
    }
.italic {
    font-style: italic
    }
.right {
    text-align: right
    }
.numberheader {
    margin-top: 1em;
    border-top: solid;
    border-bottom: solid
    }
.numberheader .leftheader {
    text-align: left
    }
.numberheader .rightheader {
    text-align: right
    }
.poem .line {
    font-style: italic
    }
.footnote .poem .line {
    font-style: normal
    }
.numberheader .poem .line {
    font-style: normal
    }
:lang(el) {
    cursor: help
    }