body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 300;
  background-color: #444;
  color: #EEE;
  padding-top: 1em;
  line-height: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  font-style: italic;
  color: #FFF;
}

p#stamp {
  margin-top: -1.5em;
  font: 700 10px 'Source Code Pro', monospace;
  text-align: right;
}

a:link, a:visited {
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.05em;
}
