body {
    background-color: white;
    color: black;
    font-family: Arial, Verdana, sans-serif;
}

body div {
    margin: auto;
    width: 697px;
}

h1 {
    width: auto;
}

input[type=text] {
    width: 40ex;
}

input[name=state] {
    width: 5ex;
}

input[name=zip] {
    width: 12ex;
}

td.note {
    color: red;
}

td.label {
    padding-top: 1em;
    color: #444;
    font-size: small;
    font-weight: bold;
}

