.page_a.current {
    background: #e60012;
    color: #fff;
}
.page_a:hover {
    background: #e60012;
  border-color: #e60012;
    color: #fff;
}