BODY {
  background-image: url(DeadEnd.png);
  background-repeat: no-repeat; 
  background-position: center center; 
  margin: 0px;
}

A {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #dd9000;
  text-decoration: none;
}

A:hover {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #dd9000;
  text-decoration: none;
}