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

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

.main { background: #024; padding: 10; border: solid;
        border-width: thin; width: 7.5in; 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; }

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 { text-align: right; vertical-align: top; color: #ff8; }
table.stats td { padding-left: 6pt; vertical-align: top; color: #cc8; }

i { font-style: italic; color: #f0f; }

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

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