html {
    background: #222;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.2;
}

main {
    margin: auto;
    max-width: 1024px;
}

a {
    color: white;
}

h1, h2 {
    color: #99ccff;
}

h2 {
    font-size: 16pt;
    font-weight: bold;
    margin: 12px 0;
}

h3 {
	margin: 5px 0;
}

table {
    border-spacing: 2px;
    font-size: 12pt;
}

table tbody {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}

th {
    text-align: left;
    padding-right: 10px;
}

tr td:first-of-type {
    white-space: nowrap;
}

td {
    padding: 0.25rem 0.5rem 0.25rem 0;
}

p {
	margin: 8px 0;
}

header {
    text-align: center;
}

header a {
    display: inline-block;
    margin: 0 1rem;
}

footer {
    text-align: center;
}
