:link {
    color: blue;
}
:visited {
    color: #00008b;
}
body {
    background-color: #dddddd;
    color: black;
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
}
pre, code {
    font-family: lucidatypewriter, 'Lucida Console', monospace;
}
pre {
    overflow: auto;
    width: 100%;
    background-color: #e8e8e8;
}
#container {
    width: 50em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#header img {
    float: right;
    margin-bottom: 2em;
    margin-left: 1em;
}
#body {
    clear: both;
    margin-bottom: 2em;
}
#statusContainer { text-align: right; } /* IE hack 1 */
#status {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    text-align: left; /* IE hack 2 */
}
#status2 { text-align: right; }
.loading {
    color: #a0a0a0;
}
.quote { margin-bottom: 2em; }
.quote .attrib { padding-left: 5em; }

