.pages{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    clear: both;
}
.pages a,.pages .current{
    font-size: 12px;
    font-family: Arial;
    margin: 0 2px;
}
.pages a,.pages .current{
    border: 1px solid #5FA623;
    background: #8AF;
    padding: 2px 6px;
    text-decoration: none;
}
.pages .current,.pages a:hover{
    background: #7AB63F;
    color: #fff;
}
