#container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#topMenu {
  background-color: #003366;
  border-top: 2px solid #ea5005;
  border-bottom: 2px solid #ea5005;
  height: 24px;
  text-align: center;
}

.headertext {
  text-decoration: none;
  color: #fff;
  padding: 6px 10px 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.headertext:hover {
  background-color: #ea5005;
  color: black;
}

.border {
  border: 3px solid #003366;
  padding: 0 10px 0 10px;
  width: 1050px;
}

h2 {
  text-align: center;
  margin: 0;
}

h4 {
  margin: 15px 0 15px 0;
  text-align: center;
}

@media (max-width: 1090px) {
  .border {
    border: 3px solid #003366;
    padding: 0 10px 0 10px;
    width: auto;
  }
}

.tab {
  margin-left: 1em;
}
