.sideNav li.sidenavused a {
    background: url(../images/sideNav_bg.gif) no-repeat left 0;
    color: #fff;
}

.boxpageview a {
width: 50px;
    height: 43px;
    line-height: 50px;
    margin-left: 10px;
    /* color: #000; */
    border: 1px solid #ddd;
    padding: 2px 4px;
}

.boxpageview a:hover {
 background-color:red;
 color:white;
text-decoration:none;
}

.current{
 background-color:#d40b0a;
 color:white;
text-decoration:none;
}

a.current {
    color: white;
}
.boxpageview {
   text-align: center;
    width: 100%;
    margin: 0 auto;
}