body {
    font-family: Verdana, Arial, sans-serif
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: bold
    }
h1, h2, h3, h4 {
    font-variant: small-caps
    }
.smallcaps {
    font-variant: small-caps
    }
a {
    text-decoration: none
    }
a:hover {
    background-color: #ffc
    }
div.chapter {
    margin-top: 4em
    }
div.sec {
    margin-top: 1.5em
    }
div.note {
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #cfc;
    font-size: 0.8em
    }
div.sec div.note {
    clear: right
    }
div.chapter div.image {
    clear: right;
    font-size: 0.8em;
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #eee
    }
img {
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-width: 100%
    }
div.image p.title {
    text-align: center;
    font-weight: bold
    }
blockquote.epi {
    width: 80%;
    margin-left: auto;
    margin-right: auto
    }
p.byline {
    text-align: center;
    font-variant: small-caps
    }