body { background: black; color: #ffd080; }
:link { color: #8080e8; }
:visited { color: #8080a0; }
:active { color: #a0a0e8; }
:hover { color: #a0a0e8; }

.main { background: #401000; padding: 10; border: solid;
        border-width: thin; width: 850; text-align: justify; }

h1 { color: #e80000; margin-top: .1in; text-align: center; }
h2 { color: #008080; text-align: center; }
h3 { color: #008080; }

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

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

.relative { position: relative; font-family: monospace; }
.hidden { font-family: monospace; }
.scratch { font-family: monospace; position: absolute; z-index: 1;
         text-decoration: none; width: 850; width:expression(826); }
.scratch:link { color: #ffd080; }
.scratch:visited { color: #ffd080; }
.scratch:active { -moz-opacity: .3; filter: alpha(opacity=30); }
.scratch:hover { -moz-opacity: .3; filter: alpha(opacity=30); }
