a.menu1 {
  border: 3px outset white;
  padding: 5px;
  text-decoration: none;
  font-size: 15px;
  font-family: Arial;
  display: block;
  width: 130px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  font-weight: bold;
  background-color: #888685;
  color: white;
}
a.menu1:hover {
  border: 3px inset white;
  color: black;
  background-color: #dfdcdb;
}

