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 {
    text-decoration: none
    }
a:hover {
    background-color: #ffc
    }
p.abs {
    width: 80%;
    margin-left: auto;
    margin-right: auto
    }
ul {
    list-style-type: none
    }
div.note {
    clear: right;
    border-style: dashed;
    border-width: 1px;
    border-color: #000;
    background-color: #cfc;
    font-size: 0.8em
    }