body {
  background: #eeeeee;
  font-family: sans-serif;
}

h1 {
  background: #eeeeee;
  margin: 0;
  padding: 1em 20px;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
  color: #3333cc;
}

a:hover {
  text-decoration: underline;
}

nav {
}

nav ul {
  background: #eeeeee;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: #3333cc;
  display: block;
  padding: 1em 20px;
}

nav a:hover {
  background: #ffffff;
  text-decoration: none;
}

#container {
  background: #ffffff;
  margin: 0 auto;
  max-width: 800px;
}

#content {
  padding: 0 20px 1em 20px;
}

