.pageLink {
    border: solid 1px #ccc;
    padding: 10px;
    cursor: pointer;
}
.pageLink.active {
    background: #eee;
}
.register {
    border: solid 1px #ccc;
    padding: 10px;
    cursor: pointer;
}
.register.active {
    background: #eee;
}