h1 {
  border-bottom: solid thin black;
}
div.footer {
  border-top: solid thin black;
  text-align: right;
  margin-top: 1em;
}
a {
  text-decoration: none;
}
table {
  border: solid 1px black;
  border-collapse: collapse;
}
th {
  background-color: #CCCCCC;
}
td, th {
  border: solid 1px black;
}
strong {
  font-variant: small-caps;
}
blockquote {
  background-color: #CCCCCC;
  border: solid thin black;
  padding: 1em;
}