body {
  background-color: black;
  color: white;
  font-family: Verdana;
}
a:link {
  color: orange;
}

a:visited {
  color: red;
}

a:hover {
  color: hotpink;
}



.site-footer {
  background-color: #111;
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  font-size: 14px;
}

.site-footer a {
  color: orange;
  text-decoration: none;
  margin: 0 8px;
}

.site-footer a:hover {
  color: #ff9900;
  text-decoration: underline;
}