
body, html {
    background-color: black;
    font: 10pt "Verdana", "Arial", "sans-serif";
    color: white;
}

body { padding: 0.75em; }

h1 {
    font: 900 2em "Times New Roman", "serif";
    background-color: #110000;
}

h2 {
    text-align: center;
}

h3 {
    font: 600 1.4em "Arial", "sans-serif";
    color: white;
    background-color: #333333;
    border: 1px solid #000033;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding: 0.5em;
}

h4 {
    font: 600 1.2em "Arial", "sans-serif";
    color: #CCCCCC;
    margin-bottom: 0px;
}

a { color: white; }

#credit {
    text-align: right;
}
