/* CSS Document */
#nav a:link, #nav a:visited {
  color: #439510;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}

#nav a:hover {
  color: black;
  font-weight: bold;
  text-decoration: underine;
}