body {
    min-width: 400px;
    max-width: 1000px;
    margin: 20px auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14pt;
}
table {
    width: 100%;
    font-size: 12pt;
}
td {
    border: 1px solid gray;
    padding: 5px;
}
h1 {
    font-weight: normal;
    font-family: monospace;
    font-size: 12pt;
}
.figure {
    width: 100%;
    text-align: center;
}
.caption {
    font-size: 12pt;
    font-style: italic;
}
