.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}
a.paginate {
border: 1px solid #000;
background:#5D5B5E;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #fff;
}
a.paginate:hover {
background-color: #950000;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000;
font: bold .9em Arial,Helvetica,sans-serif;
padding: 2px 6px 3px 6px;
cursor: default;
background:#950000;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}