.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: #999999;
}
.MenuBar a:link {
  border-style: none;
  font-weight: bold;
  font-style: normal;
  color: #006600;
}
.MenuBar a:visited {
  color: #006600;
  font-weight: bold;
  font-style: normal;
}
.MenuBar a:hover {
  font-weight: bold;
  color: #333399;
}

