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