
div.quotes {
    font-family: Verdana;
    line-height: 30px;
    margin: 10px 0 50px;
    padding: 5px;
    text-align: center;
    width: auto;
}
div.quotes a {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #777;
    margin-right: 5px;
    padding: 5px 8px;
    text-decoration: none;
}
div.quotes a:hover {
    border-color: #a0a0a0;
    border-style: solid;
    border-width: 1px;
    margin-right: 5px;
    padding: 5px 8px;
}
div.quotes a:active {
    border-color: #a0a0a0;
    border-style: solid;
    border-width: 1px;
    margin-right: 5px;
    padding: 5px 8px;
}
div.quotes span.current {
    background-color: #005bac;
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 8px;
}
div.quotes span.disabled {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    color: #777;
    margin-right: 5px;
    padding: 5px 8px;
}
