body {
    background-color: white;
}

table {
    border: 1px solid black;
    background-color: wheat;
    margin-top: 20px
}

td {
    font: 12pt sans-serif;
}

td.heading {
    font: bold 12pt sans-serif;
    border-bottom: 1px solid black;
}

p {
    font: 12pt sans-serif;
}

p.notice {
    font: 10pt sans-serif;
    font-style: italic;
}


input.checky {
    margin-left: 15px;
}

#fineprint {
    width: 400px;
}
