body {
  background-color: #f4f6f7;
}

#page {
  margin-top: 1.3em;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  background-color: #fff;
}

#caption {
  font-family: 'Open Sans', sans-serif;
  padding-left: 0.5em;
  margin-top: 0.4em;
  margin-bottom: 0.25em;
  font-size: 250%;
}

#menu {
  color: #005e8d;
  font-family: sans-serif;
  padding-left: 1.5em;
  margin-top: 0.75em;
  padding-top: 0em;
  font-size: 13px;
}

#menu not(.menusel) a:link { color: #005e8d; }
#menu not(.menusel) a:visited { color: #005e8d; }
#menu not(.menusel) a:hover { color: #005e8d; }
#menu not(.menusel) a:focus { color: #005e8d; }
#menu not(.menusel) a:active { color: #005e8d; }
#menu .menusel a:link { color: #fff; }
#menu .menusel a:visited { color: #fff; }
#menu .menusel a:hover { color: #fff; }
#menu .menusel a:focus { color: #fff; }
#menu .menusel a:active { color: #fff; }

.menuitem {
  display: inline-block;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  border-radius: 5px;
  background-color: white;
}
.menuitem:hover:not(.menusel) {
  background-color: #f0f0f0;
}
.menusel {
  background-color: #005e8d;
  color: #fff;
}
.menulink { text-decoration: none; }

#contents {
  margin-top: 1.25em;
}
