body {
    font-family: Verdana, Arial, sans-serif
    }
h1, h2, h3, h4 {
    text-align: center;
    font-weight: bold;
    font-variant: small-caps
    }
.smallcaps {
    font-variant: small-caps
    }
a:link {
    color: blue;
    text-decoration: none
    }
link {
    color: blue;
    text-decoration: none
    }
a:visited {
    color: blue;
    text-decoration: none
    }
a:hover {
    color: red
    }
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
    }
table {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
    }
table caption {
    margin: 0.5em 0 0.5em 0;
    text-align: center;
    font-size: 1.2em
    }
td p {
    margin: auto
    }
td {
    vertical-align: top
    }
td.decimal {
    text-align: center
    }
ul {
    list-style-type: none
    }
ol {
    list-style-type: decimal
    }