/*   Author: Gerald beyak   Date: Sept 26, 2003   This style sheet handles default font family options, and basic design   choices*/body {  font-family : Verdana, Lucidia, Arial, Helvetica, sans-serif;  font-style : normal;  color: #333333;  background-color: #000000;  margin: 0px;}li   { font-size: xsmall }td {  font-family : Verdana, Lucidia,  Arial, Helvetica, sans-serif;  font-style : normal; font-size: xsmall}h1     { color: #696969; font-size: 14pt }h2     { color: #696969; font-size: 12pt }h3 { font-size: 10pt }p  { font-size: xsmall }/* Links *//* Normal Links */a:link      { color: #c00; text-decoration: none }a:visited     { color: #c00; text-decoration: none }a:hover       { color: #c00; text-decoration: underline }a:active {   color: #4F6687;}/* Flyout Links */a:link.fm    { color: #555; text-decoration: none }a:visited.fm    { color: #555; text-decoration: none }a:hover.fm        { color: #c00; text-decoration: underline }a:active.fm {   color: #4F6687;}