/* main.css */
/* Global Styles */

body {
    background-color : #000000;
    color : #99CCFF;
    margin-bottom : 10px;
    margin-left : 10px;
    margin-right : 10px;
    margin-top : 10px;
  }


td {
    font-family : 'Bitstream Vera Sans', Verdana, Arial, 'sans-serif';
    font-size : 12px;
    line-height : 1.2em;
  }


li {
    padding-bottom : 1em;
  }


a {
    color : #ee5500;
    font-weight : bold;
    text-decoration : underline;
  }


a:hover {
    color : #ffcc00;
    text-decoration : none;
  }

/* class Styles */

.header {
    font-size : 1.6em;
    font-style : italic;
    font-weight : bold;
    line-height : 1.6em;
    text-decoration : none;
  }


.subHeader {
    font-size : 1.2em;
    font-weight : bold;
    line-height : 1.4em;
    text-decoration : none;
  }


.sidebarHeader {
    font-size : 1.1em;
    font-weight:bold;
    line-height : 1.3em;
  }


.bigText {
    font-size : 1.1em;
    font-weight : bold;
    line-height : 1.2em;
  }


.smallText {
    font-size: .9em;
    line-height : 1.2em;
  }


.noframes {
    background-color : #000000;
    color : #99CCFF;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


.quote {
    background-color : #c0c0c0;
    color : #000080;
    font-family : 'Lucida Sans Typewriter', 'Courier New', serif;
    font-size : 1em;
    line-height : 1.3em;
    padding-bottom : 4px;
    padding-left : 6px;
    padding-right : 6px;
    padding-top : 4px;
  }


.red {
    color : #000;
    background-color : #ee5500;
  }


.blue {
    color : #fff;
    background-color : #99CCFF;
  }

