BODY {
  color: #000000;
  background-color: #e0ffe0;
  background-image: url(wave.gif);
  background-repeat: repeat-y;
}

P {
  color: #000000;
}

A { 
/*  text-decoration: none; */
}
A:hover {
  color: blue;
/*  text-decoration: none; */
}
A:link { color: #005000; }
A:visited { color: #006800; }
A:active { color: #005050; }

TD {
  color: #000000;
}

TH {
  color: #000000;
  text-align: left;
}

