BODY { 
  background-image: url("back.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #ffffff;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #dddddd;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

A:link {
  color: #aaaaaa;
  background-color: transparent;
  text-decoration: none; 
}
A:visited {
  color: #aaaaaa;
  background-color: transparent;
  text-decoration: none; 
}
A:hover { 
  color: #ffffff;
  background-color: transparent;
  text-decoration: none; 
}
