.rscont:link, .rscont:visited{
    color:slategray;
    text-decoration: none;
    border-bottom: 1px dotted slategray;
}

.rscont:hover{
    color:#444;
    border-bottom-color: #444;
}

.postedt{
    color:#999 !important; 
    font-style: italic;
}