BODY { background: black; }
TABLE { width: 600px; }
.full { width: 100%; height: 100%; }
TD { font-size: 12pt; font-family: monospace; font-weight: bold; color: lime; }
P { text-align: justify; font-size: 12pt; font-family: monospace; font-weight: bold; color: lime; }
.margin { text-align: right; font-size: 10pt; }
.ednote { color: teal; }
.commandline { color: yellow; }
.footer { text-align: center; color: teal; font-size: 10pt; }
.banner { text-align: center; font-size: 24pt; }
.title { text-align: center; font-size: 16pt; }
.subtitle { text-align: center; font-size: 14pt; }
.announce { text-align: justify; }
.link { text-align: center; }
.question { text-align: justify; }
.answer { text-align: justify; }
A { text-align: center; text-decoration: none; }
:visited { color: #66F; }
:link { color: #66F; }
:active { color: #F66; }
:hover { color: #6FF; }
