#lastcomments, #lastcomments a {
    font-size: 10px;
}
#lastcomments .rline {
    margin-bottom: 4px;
}
#lastcomments .ruser {
    color: gray;
}
#lastcomments a:hover {
    background-color: red;
    text-decoration: none;
    color: white;
}
#lastcomments .ruser:hover {
    background-color: gray;
    text-decoration: none;
    color: white;
}
#lastcomments .date {
    color:white;
    background-color: gray;
}