.current {
    color: #FFD400;
    cursor: text;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.current {
    background-color: #CD1242;
    color: #FFD400;
    cursor: text;
    font-size: 18px;
    margin: 1px;
    padding: 0 8px;
    text-decoration: none;
    width: 25px;
}

a.pages:link, a.pages:visited {
    color: #393753;
    display: inline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 0;
    text-decoration: none;
}

a.pages {
    background-color: #D9DDE2;
    color: #393753;
    cursor: pointer;
    display: inline;
    font-size: 18px;
    margin: 1px;
    padding: 0 6px;
    text-decoration: none;
    width: 25px;
}

