div.event {
  border: 1px solid #222;
  background-color: #D6DBE9;
  margin: 15px 8px;
}

div.event * a {
  text-decoration: none;
  color: black;
}

p.date { 
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}

p.author {
  text-align: center;
  font-weight: bold;
  margin: 10px;
}

p.series {
  text-align: center;
  margin: 0 8px 8px 8px;
  font-style: italic;
}

p.title {
  text-align: center;
  margin: 0 8px 15px 8px; /* 15 or 10? */
}

:visited img, a img {
  border: none;
}

p.small {
  text-align: center;
  margin: 0 5px 5px 5px;
  font-size: 10px;
}
