body {
  background: black;
  color: gray;
  font-family: verdana, sans-serif, arial, helvetica;
}

h1,h2,h3,h4,h5,h6 {
  color: green
}

div {
  color: green;
}

a:link    {
  text-decoration: none;
  color: olivedrab;
  background-color: transparent
}
a:visited {
  text-decoration: none;
  color: olivedrab;
  background-color: transparent
}
a:hover {
  text-decoration: underline;
  color: olivedrab;
  background-color: transparent
}
a:active {
  text-decoration: underline;
  color: olivedrab;
  background-color: transparent
}
