#pages {
  text-align: center;
  border: 0px;
  border-spacing: 5px;
  margin-left: auto;
  margin-right: auto;
}
#pages td {
  /*width: 150px;*/
  padding-left: 35px;
  padding-right: 35px;
  background-color: #333333;
  border-radius: 5px;
  margin: 3px;
}
#pages a {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
