body {
  background-color: #2d5016;
  color: white;
  font-family: sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px 0 8px;
}
header {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.footer {
  width: 100%;
  padding: 20px;
  text-align: center;
}
a {
  /* This overrides the active/visited styles but it looks better */
  color: white;
}
ul.activity-list {
  list-style: square;
  padding: 0 0 0 20px;
}
ul.activity-list li {
  margin-bottom: 8px;
}
ul.activity-list p {
  margin: 0 0 8px 0;
}
ul.activity-list strong {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 4px;
}
ul.activity-list a {
  margin-top: 8px;
}
.center, section h3 {
  text-align: center;
}
h3 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-family: "Rockwell", serif;
  font-size: 200%;
}

img#logo {
  width: 100%;
}
img#face {
  display: block;
  float: left;
  width: 100px;
  margin: 0 8px 8px 0;
}