body {
  color: #FFFFFF;
  background: #808080;
  background-attachment: fixed;
  background-image: url("/images/thing3.gif");
  font: 14px Century Gothic, Arial Verdana, sans-serif;
} 

body a {
  background-color: transparent;
  color: #FFFF00;
  text-decoration: none;
}

body a:hover {
  background-color: #9B9B00;
  color: #FFFF00;
  text-decoration: underline overline;
}

body a:active {
  background-color: transparent;
  color: #FF00FF;
}

body a:visited {
  background-color: transparent;
  color: #00FF00;
}