BODY {
    color: black;
    background-color: white;
    font-family: "Verdana", "Helvetica", sans-serif;
    font-size: 12px;
}

H1 {
    height: 1.5em;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

H2 {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

A {
    text-decoration: none;
    font-weight: bold;
    color: navy;
}

TABLE {
    margin-top: 20px;
}

TD {
    text-align: center;
    padding-bottom: 12px;
}

DIV {
    width: 800px;
    margin: 20px auto 0 auto;
    text-align: left;
    font-size: 98%;
}

DIV>IMG {
    display: block;
    margin: 0 auto 20px auto;
}
