body {
  background-color:DarkGoldenRod;
  font-family: Arial;
  color: aliceblue;
}

  a:link {
    color:midnightblue;
    font-weight:bold;
  }

  a:visited {
    color:purple;
  }

a:hover, a:active {
  text-decoration:underline;
  color:black;
  }
  
  h1{
    color:OldLace;
    font-weight:bold;
    font-family: Spectral, serif;
    text-align: center;

  }
  