/* Generated by KompoZer */
body {
  background: #d1f1ff;
  width: 90%;
  max-width: 900px;
  font-size: 20px;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h4 {
  font-size: 25px;
}

p {
  font-size: 20px;
}

#outer-tab-bar {
  background-color:#333;
  height: 51px;
}

ul#tab-bar {
  list-style: none;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: hidden;
  position: -webkit-sticky;  /*Safari */
  position: sticky;
  top: 0;
}

ul#tab-bar li {
  display: inline;
}

ul#tab-bar li a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color:#111;
}

.active {
  background-color:#818181;
}

.table {
  display: table;
  margin: 0 auto;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 0px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

