body {
  background-image: url(../graphics/unicorns/punicornbg.gif);
  background-color: #FFFFFF;
  color: #660066;
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: times, serif;
  margin-left: 110pt;
}

h1 {
  font-family: palatino, serif;
  text-align: center;
}

p {
  text-align: left;
  text-indent: 2%;
}

img {
  border-style: none;
}

a:link {
  background-color: transparent;
  color: #000099;
  text-decoration: none;
}

a:visited {
  background-color: transparent;
  color: #999999;
  text-decoration: none;
}

a:active {
  background-color: transparent;
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #00FF00;
  text-decoration: none;
}

div {
  text-align: right;
}

