h1 {
  color: rgb( 45, 40, 127);
  border-bottom: 2px solid #039;
}
h2 {
  color: rgb( 45, 40, 127);
  margin-top: 35px;
  padding-top: 20px;
  border-bottom: 1px solid #039;
}
h3 {
  color: rgb( 45, 40, 127);
  margin-top: 20px;
  padding-top: 15px;
}

footer {
  margin-top: 20px;
  border-top: 1px solid #006;
}

body {
  font-size: 200%;
}

.navbar {
  background-color: rgb( 45, 40, 127);
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav>.active>a {
  background-color: rgb( 45, 40, 127);
}
.list-group-item.active {
  background-color: rgb( 45, 40, 127);
  border-color: rgb( 45, 40, 127);
}
item.active, .list-group-item.active:hover {
  background-color: rgb( 45, 40, 127);
  border-color: rgb( 45, 40, 127);
}

table, th, td {
    font-size: 90%;
}