/*****************************************
 * Colors:
 * Black: #000000
 * Yellow: #FFFF00
 *	-Main text 
 * Light Yellow: #FFFF99
 * 	-Links
 * Poop Yellow: #FFCC33
 *	-Visited links
 */


  body {
    background-color: #000000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #FFFF00;
    }

  a:link { 
    color: #FFFF99;
    background-color: transparent;
    }

  a:visited { 
    color: #FFCC33;
    background-color: transparent;
    }

  p { 
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
    }

  h1 { 
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    }
    

  h2 { 
    font-size: 18px;
    font-weight: normal;
    background-color: transparent;
    }

  h3 { 
    font-size: 16px;
    /*font-weight: bold;*/
    text-decoration: underline;
    background-color: transparent;
    }

  
  /* h4 is for captions, h5 is fineprint*/
  h4 { 
    font-size: 12px;
    font-weight: normal;
    background-color: transparent;
    }

  h5 { 
    font-size: 10px;
    font-weight: normal;
    background-color: transparent;
    }

  frame {border: 0; }

