.pagination {
  text-align:center;
  background-color:#e7f2fc;
}
ul.pagination {
  background:none;
  margin-top:15px;
}
ul.pagination  a:hover {
  background:none;
  font-weight:bold;
}
ul.pagination  a {
  text-decoration:underline;
  color:#0f0e9f;
  padding:2px;
}
ul.pagination .active a {
  background:none;
  text-decoration:none;
  font-weight:bold;
  color:#0f0e9f;
}
