#menu li {
  list-style-type: none;
  width: 17em;
  text-align: center;
  margin-left: -2.5em;
}

.menu a {
  text-decoration: none;
  color: black;
  display: block;
  background-color: #EEEEFF;
  margin-bottom: 2px;
  margin-right: 50%;
  border-radius: 5px;
  border: 3px outset #EEEEFF;
}

#menu a:hover {
  background-color: #DDDDEE;
  box-shadow: 3px 3px 3px gray;
  border: none;
}

#meeting {color: red; 
}

#red {color: red; font-size: large;
}
#green {color: green; font-size: large;
}