body {
    font-family: Verdana, Arial, sans-serif
    }
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
.smallcaps {
    font-variant: small-caps
    }
a {
    text-decoration: none
    }
a:hover {
    background-color: #ffc
    }
div.part {
    margin-top: 6em
    }
div.section {
    margin-top: 2em
    }
.part, .chapter, .section {
    clear: right
    }
div.note {
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #cfc;
    font-size: 0.8em;
    clear: right
    }
#toc ul, .index ul {
    list-style-type: none
    }
blockquote, #toc ul, #toc ol {
    width: 80%;
    margin-left: auto;
    margin-right: auto
    }
table, caption {
    margin-left: auto;
    margin-right: auto;
    width: 50%
    }
td.right {
    text-align: right
    }
table caption {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
#tp, #dedication {
    text-align: center
    }