body {
  margin: 0;
  padding: 0;
}

h2, p {
  margin: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul li {
  float: left;
  border-right:1px solid #bbbbbb;
}

ul li:last-child {
  border-right: none;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover:not(.active) {
  background-color: #111111;
}

ul li a.active {
  background-color: #04AA6D;
  font-weight: bold;
  color: #333;
}

#ThemeToggle ul li a {
    font-weight: bold;
    background: #04AA6D;
}

#ThemeToggle ul li a {
    position: relative;
    left: 250px;
}

a:link {
  color: #fff !important;
  text-decoration: none;
  background-color: #333 !important;
}