body {
  font-family: serif;
  margin-top: 2;
  margin-left: 2; }


.NavigationBar {
  text-transform: uppercase;
  position: relative;
  top: -0.95em;
  width: 100%;
  float: right;
  font-family: sans-serif;
  font-size: 80%; }
  .NavigationBar .Logo {
    margin-right: 0.5em;
    font-weight: bold;
    float: left;
    max-width: 20%;
    text-transform: none;
    color: black;
    font-family: sans-serif;
    font-size: 200%; }
    .NavigationBar .Logo a {
      text-decoration: none; }
    .NavigationBar .Logo .Boot {
      color: red; }
  .NavigationBar .TopLevelHeading {
    margin-right: 1em;
    font-weight: bold;
    float: left;
    max-width: 20%; }
  .NavigationBar .SubHeadings {
    font-weight: normal; }
  .NavigationBar a {
    text-decoration: none; }
  .NavigationBar a:hover {
    background-color: yellow; }
  .NavigationBar ul {
    font-size: 90%;
    line-height: 100%;
    list-style-type: none;
    list-style-position: outside;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px; }
