body, table, input, textarea {
    font-family: Courier New, Courier, monospace;
    font-size: 12pt;
}

body {
    x-font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    font-family: Courier New, Courier, monospace;
    line-height: 160%;
    font-size: 12pt;
    margin-left: 5em;
    width: 45em;
}

h1, h2 {
    color: #365f91;

}

h1 {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 12pt;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0;
    border-bottom: 1px solid #365f91;
    padding-bottom: 2ex;
    margin-bottom: 5ex;
}

input, textarea {
    border: 1px solid #999;
}

input.submit {
    font-weight: bold;
    width: 10em;
    height: 5ex;
}