body { background-color: #110010 ; font-family: sans-serif }
a:link { color: firebrick }
a:active { color: gold }
a:visited { color: indianred }
#main { width: 750px; border: solid thin black ; margin-left: auto ; margin-right: auto ; margin-top: 10px ; background-color: white }
#titlebar { background-color: #ffffdc ; margin-bottom: -25px }
#menubar { position: relative ; bottom: 23px }
#lhs { width: 130px ; font-size: 8pt ; color: #6e408b ; padding: 5px ; margin-top: 5px }
#rhs { width: 175px ; font-size: 8pt ; color: #6e408b ; padding: 5px ; margin-top: 5px}
#center { width: 393px ; font-size: 8pt ; color: #6e408b ; padding: 5px ; text-align: justify ; margin-top: 5px}
#combined { width: 584px ; font-size: 8pt ; color: #6e408b ; padding: 5px ; text-align: justify ; margin-top: 5px}
#footer { text-align: center ; font-size: 10pt ; margin-top: 5px }

.sidelist { margin-left: -15px }
.floater { display: none }
.fakelink { color: firebrick ; text-decoration: underline ; cursor: hand }
.minifont { font-size: 7.5pt }
.popup { margin-top: auto ; margin-bottom: auto ; border: solid thin black ; padding: 2px ; text-align: justify ; position: absolute; display: none}
