body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #000;
    margin-left: 10%;
    margin-right: 10%
    }
.note {
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    font-size: smaller
    }
.smallfont {
    font-size: smaller
    }
.largefont {
    font-size: xx-large
    }
.center {
    text-align: center
    }
.right {
    text-align: right
    }
.left {
    text-align: left
    }
a:link {
    color: #000
    }
a:visited {
    color: #000
    }
a:hover {
    color: #000
    }
h1, h2, h3, h4, h5, h6 {
    color: #666;
    text-align: center
    }