dt {
  margin: 10px 0;
  font-weight: bold;
}
table.agenda {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
tr.zebra {
  background-color: #eef;
}
pre {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
div.backlink {
  background-color: #ffdf87;
  padding: .2em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
div#foot {
  border-top: 1px solid black;
}
div#contents {
  width: 100%;
  float: none;
}
th {
  background-color: #999;
  color: white;
  padding: .3em;
}
td {
  border-top: 1px solid black;
  padding: .2em;
}
tr.even {
  background-color: #eee;
}

