Body {background-image: url(bg.jpg);
      background-repeat: repeat;
      background-attachment: fixed;
      text-align: center;}

P {font-family: AmericanTypewriter-Light, Arial;
   font-size: 12pt;
   color: black;
   text-align: center;}

H1 {font-family: AmericanTypewriter-Light, Arial;
    font-size: 24pt;
    color: black;
    text-align: center;}

TD {text-align: center;}

a:link {text-decoration: underline; color: #0066CC}  /* for unvisited links */
a:visited {text-decoration: underline; color: #666699} /* for visited links */
a:active {text-decoration: underline; color: #6666CC} /* when link is clicked */
a:hover {text-decoration: underline; color: #003399} /* when mouse is over link */