
BODY {
  background-image: url(images/cdbkgnd.jpg);
  font-family: "Arial";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

A:LINK {
  text-decoration: none;
  color: #3333FF;
}

A:VISITED {
  text-decoration: none;
  color: #9900FF;
}

A:HOVER {
  text-decoration: underline;
}
