body {
  background: url(bg.png) black;
  color: white;
  font-family: sans-serif;
}
h1 {
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  color: #ff5000;
  font-family: serif;
}
h2, h3 {
  text-align: center;
  font-style: italic;
  font-weight: normal;
  color: #f06010;
  font-family: serif;
}
.caption {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #ff8030;
}
b,em {
  color: #ff5000;
}
