BODY {
  background-image: url(baby-background.jpg);
  background-attachment: fixed;
  text-align: center;
}

H1 {
  font-family: "comic sans ms", sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: magenta;
  text-align: center;
  margin-bottom: 0;
}

A {
  color: magenta;
  font-family: "comic sans ms", sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

H2 {
  color: violet;
  font-family: "comic sans ms", sans-serif;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}
H3 {
  color: magenta;
  font-family: "comic sans ms", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
}

TD {
  text-align: center;
  color: magenta;
  font-family: "comic sans ms", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

