a {
  text-decoration:underline;
  color:#E0E0E0;
}
a:hover {
  text-decoration:underline;
  color:#E0E0E0;
}

body {
  font-family:verdana;
  font-size:12px;
  background-color:#444444;
  margin:5px;
  color:lightgray;
}
