body {
  background-color: #111111;
  color: white;
  font-family: verdana;
}
.link {
  color:white;
}
.link:hover {
  color: red; 
  }