.pageNumbers {
  text-align: center;
  font-family: "Gill Sans,sans-serif";
  font-size: 9pt;
  font-weight: bold;
  color: #333333;
}
a.numbers:link,a.numbers:visited {
  color: #999999;
  text-decoration: none;
}
a.numbers:hover,a.numbers:active {
  color: #333333;
  text-decoration: none;
}

img.border {
  border: 1px solid #333333;
}