body { background: black; color: #ccc; font-size: 12pt; }

:link { color: inherit; text-decoration: underline; }
:visited { color: inherit; text-decoration: underline; }
:active { color: #ff0; text-decoration: underline; }
:hover { color: #ff0; text-decoration: underline; }

.main { background: #024; padding: 10; border: solid;
        border-width: thin; width: 8.0in; text-align: justify;
        font-family: sans-serif; }

.poem { text-align: center; font-style: italic; font-family: cursive; }

.footer { text-align: center; }
.copyright { text-align: center; font-size: 10pt; padding-top: 20;
             padding-left: 1in; padding-right: 1in; }

h1 { color: #0ff; margin-top: .1in; text-align: center; font-family: cursive; }
h2 { color: #8ff; text-align: center; font-family: cursive; }
h3 { color: #fc8; }

table.stats th { vertical-align: top; color: #ff8; }
table.stats td {
    padding-left: 8pt; padding-right: 8pt;
    text-align: center; vertical-align: center;
}
table.stats td.nopad {
    padding-left: 0pt; padding-right: 0pt;
    text-align: center; vertical-align: center;
}

i { font-style: italic; color: #f8f; }
b { font-weight: normal; color: #ff0; }

p { margin-top: 1em; margin-bottom: 1em; line-height: 1.2em;
    font-weight: normal;
}
li { margin-top: 1em; margin-bottom: 1em; line-height: 1.2em; }
ol li { font-weight: bold; }
li li { font-weight: normal; }

.compact { margin-top: 0; margin-bottom: 0; }
.compact li { margin-top: 0; margin-bottom: 0; }
div { line-height: 1.2em; }

img.map { max-width: 8.0in; border-width: 0; }
