body {
  font-family:Arial;
  font-size: small; 
  background-color:#F1EDD1;
  background-image:url(pics/body.gif); 
  background-repeat:no-repeat;
  background-position:top left;
  background-attachment:fixed;
  color:#450f7c
}

/* Links */
a {
  color: #450F7C;
  text-decoration: none;
  line-height: 1.2;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  background: #F1EDD1;
  text-decoration: underline;
}

