/* 
   
   I once knew a guy, who was so bored he even checked all the CSS
   files from the sites he visited. Oh man he was sad case.

*/

  body           {
      font-family: arial, sans-serif;
      background: #000000;
      margin: 1px;
  }
  
  h1             {font-size: 20px;} 
  h2             {font-size: 16px; text-decoration: underline;} 
  
  a              {color: #000000; text-decoration: underline; font-weight: bold;}
  a:link         {color: #000000; text-decoration: underline; font-weight: bold;}
  a:active       {color: #FF0000; text-decoration: underline; font-weight: bold;}
  a:visited      {color: #000000; text-decoration: underline; font-weight: bold;}
  a:hover        {color: #8C0000; text-decoration: underline; font-weight: bold;}

  .infobox {
     background: #FFFFCC;
     color: #000000;
     padding: 2px;
     margin: 5px;
     border: 1px solid #000000;
  }

  .spamlink {
    font-size: 12px;
  }

  .copyright {
    font-size: 10px;
  }

  .commentbox {
     background: #EEEEEE;
     color: #000000;
     padding: 2px;
     margin: 5px;
     border: 1px solid #000000;
     font-size: 12px;
  }

