html {
  background-color: #bfbfbf;
}

body {
  background-color: #969696;
  color: white;
  text-align: center;
  font-family: Serif;
  padding: 20px;
  width: 1000px;
  margin: 0 auto;
}

a:link {
  color: blue;
}

a:visited {
  color: #eaf587;
}

a:hover {
  text-decoration: none;
}