a.nav:link {
  color: white;
  font-style: oblique;
  text-decoration: none;
}
body {
  font-family: Arial,Helvetica,sans-serif;
}
a.nav:active {
  color: #00d300;
  text-decoration: none;
  font-style: oblique;
}
a.nav:visited {
  color: white;
  text-decoration: none;
  font-style: oblique;
}
a.nav:hover {
  color: #00b600;
  text-decoration: none;
  font-style: oblique;
}
