div.book {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify
    }
div.quote {
    margin-left: 2em;
    margin-right: 2em
    }
p {
    text-indent: 2em;
    margin-top: 0;
    margin-bottom: 0
    }
p.pg {
    text-indent: 0;
    margin-top: 1em;
    margin-bottom: 1em
    }
table.bold {
    font-weight: bold
    }