body {background-color: #000000;
      color: #ffffff; /* ffcc99 & 000000 */
      background-image: url(images/blueegde2.gif);
      background-repeat: repeat-y;
      font-family: arial, verdana, helvetica, sans-serif;
      margin-left: 25%;
      margin-right: 5%
     }
h1,h2,h3,h4,h5,h6 {font-family: arial, helvetica, sans-serif;
                   color: #ff3300;
                   text-indent: -5%
                  }

.logo {text-indent: -35%
      }

.note {color: #ffff99
      }

A:link {color: #33ccff}
A:visited {color: #33ccff}
A:active {color: #ff3366}
A:hover {color: #ff3366}
        
/* <style>
<!--A:link { text-decoration: none; color: #33ccff}

A:active { text-decoration: none}

A:visited { text-decoration: none; color: #33ccff} 

A:hover {text-decoration: underline; color: #ff3366}-->
</style> */ 