<style type="text/css">
<!--
    /* Link Colors */
  a:link {
   text-decoration: none; color: #FFFF00;
  } 
  a:active {
   text-decoration: none; color: #FFFF00;
  } 
  a:visited {
   text-decoration: none; color: #006666;
  }
  a:hover {
   text-decoration: none; color: #FFFFFF;
  }
  /* document properties */
  body {
   background-color: #000000;
   font-family: Arial, Helvetica, Swis721 BT, Sans-serif;
   color: #000000;
   background-image: url(bgimg.jpg);
   background-attachment: fixed;
   background-position: 0% 0%;
   background-repeat: repeat;
   scrollbar-arrow-color: #FFFF00;
   scrollbar-3dlight-color: #006666;
   scrollbar-highlight-color: #009999;
   scrollbar-face-color: #006666;
   scrollbar-shadow-color: #003333;
   scrollbar-darkshadow-color: #002222;
   scrollbar-track-color: #000000;
  }
  /* table properties */
  table, tr, td {
   border: 0;
   cellpadding: 0;
   cellspacing: 0;
  }
  /* paragraph alignment */
  p {color: black}
  .right {text-align: right}
  .center {text-align: center}
  .left {text-align: left}
  /* table propeties */

  /* input properties */
  input {
   background-color: #FFFFA9;
   color: teal;
   font-family: Helvetica, Arial, sans-serif;
  }
  /* horizontal rule properties */
  hr {
   color: teal
  }
  /* header properties */
  h1,h2,h3,h4,h5,h6 {
   color: teal
  }
  h2.head {
   text-align: center;
   color: teal;
   font-family: Helvetica, Arial, sans-serif;
  }
  /* marquee properties */
  marquee {
   background-color: black;
   color: yellow;
   vertical-align: text-top;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
  }
  img.img {text-align: center}
  b.section {color: teal}
-->
</style>