body {
  background-image: url('xexplainthis.png');
    background-repeat: no-repeat;
  background-color: Black;
  color: White;
  font-family: Arial;
}

style,

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


a:hover {
    color: Gold;
  background-color: transparent;
  text-decoration: underline;
}


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