body {
  margin: 0;
}

h1 {
  color: rgba(0,0,0,.8);
  font-size: 36px;
}

h1, figcaption {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
  text-align: center;
}

img {
  height: auto;
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 11px;
}

article {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 10px;
}

p {
  color: rgba(0,0,0,.8);
  font-family: Georgia,Cambria,"Times New Roman",Times,serif;
  font-size: 21px;
  letter-spacing: -.003em;
  line-height: 1.58;
}

a {
  color: rgba(0,0,0,.8);
}

a:hover {
  color: rgba(153, 153, 153, 1);
}