body {
  font-family: Futura, Optima, sans-serif;
}

h1{
  border-bottom: 2px solid #eef;
  text-align: center;
}

a {
  color: #222;
  text-decoration: none;
}

#content {
  margin: auto;
  width: 90%;
}

img {
  padding: 1em;
  margin-right: 1em;
  margin-left: 1em;
  border: 2px solid #eee;
}

img:hover {
  background-color: #9ab;
}

#content ul{
  list-style-type: none;
}

#content li {
  padding-bottom: 1em;
  float: left;
}

span.title, span.subtitle {
  font-variant: small-caps;
  display: block;
  text-align: center;
  position: relative;
  top: -3px;
  left: -5px;
  color: #555;
}

