.MenuBar {
  border-style: none;
  width: 100%;
  display: block;
  margin-right: auto;
  font-weight: bold;
  margin-left: auto;
  position: static;
  text-align: right;
  font-family: verdana;
  color: #006600;
}
.MenuBar a:link {
  border-style: none;
  font-weight: normal;
  font-style: normal;
  color: white;
}
.MenuBar a:visited {
  color: white;
  font-weight: normal;
  font-style: normal;
}
.MenuBar a:hover {
  font-weight: bold;
  color: #ffff99;
}

