body {
  display: table;
  color: #111;
  background: #eee;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:visited {
  color: #77c;
}

h2 {
  margin-left: -3em;
  padding: 5px;
  background: #ccc;
  border: 1px solid #999;
}

h1, h2, h3 {
  font-family: Helvetica, sans-serif;
}

.left {
  display: table-cell;
  background: #ddd;
  vertical-align: top;
  width: 10em;
  height: 100%;
}

.right {
  display: table-cell;
  vertical-align: top;
  background: #eee;
  border-left: 1px solid #999;
  max-width: 45em;
  padding-left: 3em;
  padding-right: 3em;
}

ul {
  list-style-type: none;
  line-height: 1.4em;
}

li {
  padding-bottom: 5px;
}

.announcements {
  background: #ffc;
  padding: 10px;
}

.right p {
  line-height: 1.3em;
}
