ul.memory {
/*    border: 1px solid red;*/
    margin: 5px;
}

#left_menu ul.memory a {
    background-color: #EEE;
    border-bottom: 1px solid #FFF;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    text-decoration: none;
}

#left_menu ul.memory a:hover {
    color: #D10000;
}

div.pagination {
    color: #333;
    font-size: 13px;
    padding-top: 20px;
    text-align: center;
}

div.pagination span.current {
    font-weight: bold;
}

div.pagination a {
    border: 1px solid #CCC;
    padding: 2px 4px;
    text-decoration: none;
}