BODY
{
  margin: 1em 1em 1em 182px;
  font-family: serif;
  background-color: #CEC0DA;
  color: black;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-image:url("back.gif");
}

h1, h2, p, li
{
 background-image: none;
}
h1,h2,h3
{
 color: black;
}

a.button
{
 font-size: 100%;
 text-align: center;
 text-decoration: none;
 border-style: solid;
 border-width: 1px;
 border-color: #003366;
 border-radius: 15px;
 background-color:white ;
 color: #003366;
 padding: 6px ;
}

a.button:hover
{
 background-color:#003366;
 color: white;
 border-color: white;
 background-image:url("purple.gif");

}


p.fancy
{
 font-size: 250%;
 text-align: center;
 border-style: ridge;
 border-color: Navy;
 border-radius: 15px;
 background-color: White;
 color: Navy;
 padding: 50px;
 background-image:url("bear.gif")
}

p.fancy2
{
 font-size: 250%;
 text-align: center;
 border-style: ridge;
 border-color: Navy;
 background-color: White;
 border-radius: 15px;
 color: Navy; padding: 50px;
 background-image:url("bunny.gif")
}

