body {
  background-image: url("hyabackground.png");
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  a:link {
    color: #c6abe6;
  }
  a:visited {
    color:  lightgreen;
  }
  a:hover {
    color: white;
  }
}