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.part {
    margin-top: 6em
    }
div.chapter {
    margin-top: 4em
    }
div.sec {
    margin-top: 2em
    }
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.image {
    clear: both;
    font-size: 0.8em;
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #eee
    }
div.image p.title {
    text-align: center;
    font-weight: bold
    }
ul.simple, div.image ul, #toc ul {
    list-style-type: none
    }
blockquote.epi, p.abs, #toc ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto
    }
p.byline {
    text-align: center;
    font-variant: small-caps
    }
table {
    margin-left: auto;
    margin-right: auto
    }
td {
    text-align: center
    }
table caption {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
#tp, #verso {
    text-align: center
    }
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-width: 100%
    }