.col25 a {
    color: darkgreen;
    line-height: 20px;
    text-decoration:none;
}
.col25 a:hover {
    text-decoration:underline;
}
.col25 .secondlink {
    padding-left: 20px;
    line-height: 15px;
    color: gray;
    font-size: 11px;
}

#lastcommentsintro a {
    line-height: 15px;
}

.graybounde {
    padding: 10px;
    background-color: rgb(230,230,230);
}

a.post_array:hover{
    text-decoration:none;
    cursor:default;
}

.lastposts {
    font-size:10px;
}

.lastposts .ruser {
    line-height: 20px;
    line-height: 15px;
    color: gray;
}
.lastposts .rtopic {
    line-height: 20px;
    line-height: 15px;
}

.lastposts .ruser:hover {
    background-color: gray;
    color: white;
    text-decoration: none;
}
.lastposts .rtopic:hover {
    background-color: darkgreen;
    color: white;
    text-decoration: none;
}