body {
    background-color: #333;
    color: #666;
    font-family: monospace;
    font-size: 18pt;
    margin: 0em;
    padding: 0em;
    text-align: center;
}

a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}

h3 {
    font-size: 36pt;
    font-variant: small-caps;
    font-weight: bold;
}

div#main {
    padding: 2.5em 5em;
}

p#claim {
    font-style: oblique;
}

div#footer {
    background-color: #666;
    border-top: 1px solid #ccc;
    bottom: 0em;
    color: #999;
    font-size: 8pt;
    font-weight: bold;
    padding: .5em 0em;
    position: fixed;
    text-align: center;
    width: 100%;
}

div#footer a {
    color: #ccc;
}

img { width: auto; max-width: 100%; height: auto; }

