.menustart {
  margin: 110px 0px 5px 0px;
}

.menutitle {
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  background-color: #00639C;
  color: #FEE76A;;
  width: 95px;
  line-height: 30px;
  padding: 0px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: double 3px black;
}

.submenu {
  margin-bottom: 0.5em;
  font-style: italic;
  text-align: left;
}

.side a {
  cursor: pointer;
  color: #FEE76A;
  text-decoration: none;
}
