body {
  color: rgb(20,40,80);
  font-family: "LiberationSerif", serif;
  font-size: 120%;
  word-spacing: -1pt;
  margin: 1em auto;
  max-width: 800px;
}
h1 {
  color: rgba(20,40,80,0.2);
  font-size: 8.5em;
  letter-spacing: -2pt;
  word-spacing: -10pt;
}
h2 {
  font-size: 2em;
  margin-top: 2em;
  margin-bottom: 1em;
}
h3 {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 0em;
}
p {
  line-height: 1.4em;
  margin-top: 1em;
}
header {
  margin-top: 1em;
  margin-bottom: 1em;
}
a {
  color: rgba(0,0,255,0.7);
  text-decoration: none;
}
a:hover, a:active {
  color: rgba(0,0,255,1);
  text-decoration: underline;
}
header p {
  margin: 0;
}
h1 + p {
  position: relative;
  top: -1em;
}
.speaker {
  clear: right;
  display: block;
  font-style: italic;
}
.time {
  font-size: 1em;
  margin: 1em 0;
}
.bio {
  color: rgba(20,40,80,0.65);
  font-size: 80%;
}
