.jpage {
    clear: both;
    width: 210px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
	line-height: 45px;
}
span.jpageleft {
    border: 1px solid #80ad44;
    background: #81be2d;
    color: #e4e4e4;
    padding: 2px 5px;
    border-radius: 5px;
}
span.jpageleft a{
    color: #fff;
}
span.jpageright {
    border: 1px solid #80ad44;
    background: #81be2d;
    color: #e4e4e4;
    padding: 2px 5px;
    border-radius: 5px;
}
span.jpageright a{
    color: #fff;
}
span.jpagecurrent {
    color: #a9a7a6;
}
span.jpageother a {
    color: #4a8000;
    text-decoration: underline;
}