body {
    font-size: 0.82em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-color: #CCCCCC;
}

#section {
    max-width: 784px;
    margin: 30px auto;
    padding: 30px;
    background-color: white;
}

h1 {
    color: #CC9933;
    font-size: 2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}

h2 {
    color: #666699;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

a:link,
a:visited {
    color: #8a5e99;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #8a5e99;
    text-decoration: none;
}

img {
    margin: 20px auto 20px auto;
}

</style>