body {
  background-color: #192914;
  color: #4f8538;
  font-family: Verdana;
  text-align: center;
}
a:link {
  color: #4f8538;
  background-color: transparent;
  text-decoration: underline;
  
}
a:hover {
  color: #4f8538;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #4f8538;
  background-color: transparent;
  text-decoration: underline;
}