body {
  font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
  font-size: 100%;
  line-height: 1.5;
}

.typography {
  font-size: 0.9em;
}

.typography figure, .typography .captionImage, .typography img.right, .typography img.left {
  margin: 2%;
}
.typography figure img, .typography .captionImage img, .typography img {
  -webkit-border-radius: 0.5em;
     -moz-border-radius: 0.5em;
          border-radius: 0.5em;
}

.typography figure.right, .typography .captionImage.right, .typography img.right {
  float: right;
}

.typography figure.left, .typography .captionImage.left, .typography img.left {
  float: left;
}

.typography figcaption, .typography .caption {
  font-size: 0.8em;
  text-align: center;
}

.typography figure._25 {
  width: 20%;
}

.typography figure._50 {
  width: 45%;
}

.typography .center {
  text-align: center;
}