BODY  {
  background-image: url(whitebkgd.gif);
}

H1  {
  font-family: "Tahoma";
  font-size: 30px;
  font-weight: normal;
  color: purple;
  text-align: center;
  margin-bottom : 0;
}

P {
  color: blueviolet;
  font-weight: normal;
  font-family: ariel;
  font-size: 18px;
  text-align: center;
}

H3 {
  color: blueviolet;
  font-weight: normal;
  font-family: ariel;
  font-size: 14px;
  margin: 0;
}

A {
  font-size: 16px;
  font-weight: bold;
}

A:visited {
  color: dodgerblue;
}

A:link {
  color: dodgerblue;
}
A:active {
  color: purple;
}

A:hover {
  color: darkviolet;
}
