/*

   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;

}

ul   { font-size:  font-size: 0.9em }


li   { font-size:  font-size: 0.9em }


td {

  font-family : Verdana, Lucidia,  Arial, Helvetica, sans-serif;

  font-style : normal; font-size: 0.9em

}

h1     { color: #696969; font-size: 1.2em }

h2     { color: #696969; font-size: 1.1em }

h3 { font-size: 1em }

p  { font-size: 0.9em }

/* 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;

}