body {background-image: url(crosses_clouds.gif);
      background-attachment: fixed;
      background-color: #fffff0; color: maroon;}
h1 {background: #ffd700; color: black;
    font-family: "Book Antiqua", "Times New Roman", Times, serif;}
h2 {font-family: "Book Antiqua", "Times New Roman", Times, serif;}
p {font-family: "Book Antiqua", "Times New Roman", Times, serif;
   font-weight: bold;}

a:link    {font-weight: bold; text-decoration: none;
           background: transparent; color: #00c;}
a:visited {font-weight: bold; text-decoration: none;
           background: transparent; color: #060;}
a:hover   {font-weight: bold; text-decoration: underline;
           background: #ffff80; color: red;}
a:active  {font-weight: bold; text-decoration: underline;
           background: #ffff80; color: red;}
