/* neutralize defaults to something reasonable */
html, body, form, fieldset { color: #FFFFFF; margin: 5; padding: 5; font: 12px/14px Verdana, Arial, Helvetica, sans-serif; }
/* elements w/ vertival margin */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }
/* left margin for the few elements that need it */
li, dd, blockquote { margin-left: 1em; margin-bottom: 1em; }
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }

a:link       { color: #7CFC00; font-weight: bold; }
a:visited    { color: #32CD32; font-weight: bold; }
a:hover      { color:red; font-weight: bold; }
a.tiny       { font-weight: normal; font-size: small; }
body, table  { background-color: #1D1D1D; color: #FFFFFF; }
I, cite      { font-family: Georgia, 'Times New Roman', Times, serif; }
h1           { color: #FFFFFF; font-size: xx-large; font-weight: bold; text-align: center }
h2           { color: #FFFFFF; font-size: x-large; font-weight: bold; text-align: center }
h3           { color: #FFFFFF; font-size: large; font-weight: bold; text-align: center }


