body {
  text-align: center;
  margin: 0;
  font-family: verdana, arial;
  font-size: 0.9em;
}
#container {
  width: 680px;
  margin: 0 auto;
  text-align: left;
  background-color: white;
  border-left: 10px solid;
  border-right: 10px solid;
}
#header, #menu, #content, #footer {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#header {
  padding-top: 30px;
}
#menu {
  margin-bottom: 6px;
}
#content {

}
#footer {
  margin-top: 10px;
  font-size: 0.8em;
  text-align: center;
}
a {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed;
  margin-bottom: 16px;
  font-size: 1em;
}
h3 {
  padding: 0;
  margin-bottom: 4px;
  font-size: 1em;
}
h2 .date {
  margin-left: 1em;
  font-size: 0.7em;
}

