.navbar:link {
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
}
.navbar:visited {
font-family: Verdana;
  font-size: 11px;
  color: #E6E6E6;
  text-decoration: none;
}
.navbar:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #ffffff;
  text-decoration: underline;
}