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

h1,h2,h3,td,a {
  font-family: "Comic Sans MS", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
}

h1,h3,td,a { color: magenta; }
h2 { color: violet; }

h1 { font-size: 60px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
td { font-size: 16px; }
a { font-size: 32px; }

