* {
    margin: 0;
    padding: 0
    }
body {
    width: 80%;
    margin: 0 10%;
    font-family: serif
    }
h1, h2 {
    text-align: center;
    font-weight: normal
    }
p {
    text-align: justify;
    text-indent: 1em;
    line-height: 1.5
    }
blockquote {
    margin: 1em 3em;
    font-size: 0.9em
    }
ul {
    list-style-type: none
    }
#title_page, #verso {
    margin: 2em 0;
    padding: 2em 0
    }
#title_page h1 {
    letter-spacing: 0.3em;
    margin: 2em 0
    }
#title_page p, #verso p {
    text-align: center;
    text-indent: 0
    }
#author {
    font-size: 1.75em;
    line-height: 2em;
    margin: 2em 0
    }
#translators {
    font-variant: small-caps;
    margin: 2em 0
    }
#publisher {
    font-size: 1em;
    line-height: 1.2
    }
#device {
    margin: 2em 0
    }
#contents {
    text-align: center;
    font-family: sans-serif
    }
.pagenum {
    text-align: left;
    color: gray;
    background-color: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-indent: 0
    }
.story {
    margin: 6em 0
    }
.story > h2 {
    margin: 2em 0
    }
.subtitle {
    font-size: 0.8em;
    letter-spacing: normal
    }
blockquote p {
    text-indent: 0
    }
hr.thoughtbreak {
    border: none;
    text-decoration: none;
    text-align: center;
    width: 35%;
    margin: 1.5em auto
    }
.thoughtbreak:before {
    content: "* * * * *";
    font-size: 1em;
    letter-spacing: 0.5em
    }
#the_beginning {
    border-top: 1px gray solid
    }
#the_end {
    border-bottom: 1px gray solid
    }