.MenuBar {
  border-style: none;
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}
.MenuBar a:link {
  border-style: none;
  margin-left: 0px;
  font-weight: bold;
  font-family: verdana;
  color: #3333ff;
}
.MenuBar a:visited {
  color: #3333ff;
  font-weight: bold;
  font-family: verdana;
}
.MenuBar a:hover {
  font-weight: bold;
  color: #333399;
  font-family: verdana;
}

