body {
  font-family: Georgia, Garamond, "Times New Roman", serif;
  line-height: 1.4;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figcaption {
  text-align: center;
}
p.center {
    text-align: center;
}
div.floatleft {
  width: 50%;
  float: left;
}
div.floatright {
  width: 50%;
  float: right;
}
div.clearboth {
  clear: both;
}
div.dlink {
  display: block;
}