body {
  background-color: #fefefe;
  font-size: 20px;
  line-height: 30px;
}

p {
  margin: 0;
}

h1 {
  text-align: center;
}

figure {
  clear: both;
  padding: 15px;
}

figure img {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999;
}

figcaption span {
  color: #888;
  font-style: italic;
  font-size: 12px;
  padding-right: 3px;
}

cite a {
  color: #339;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted blue;
  font-size: 15px;
}

cite a:visited {
  color: #339;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted blue;
}

cite a:hover {
  border-bottom: 1px solid blue;
}

#paging {
  position: fixed;
  bottom: 50px;
  left: 50%;
  right: 50%;
  text-align: center;
  margin-left: -75px;
  width: 150px;
  font-size: 80px;
  color: #999;
}

#paging a {
  color: #66e;
  text-decoration: none;
}

#paging a:visited {
  color: #66e;
  text-decoration: none;
}
