/* Enter Your Custom CSS Here */

/* unvisited link */
.post-single-wrap .post-content.cf a:link {
	border-bottom: 3px solid #ccc;
	color:  rgb(68,68,68);
  text-decoration: none;}

/* visited link */
.post-single-wrap .post-content.cf a:visited {
	border-bottom: 3px solid #ccc;
	color:  rgb(68,68,68);
        text-decoration: none;
}

/* mouse over link */
.post-single-wrap .post-content.cf a:hover {
    color: rgb(68,68,68);
    border-bottom: 0px;
}

/* selected link */
.post-single-wrap .post-content.cf a:active {
    background-color: rgb(68,68,68);
color: #ccc;
}

.category-posts .category-posts-heading {color: rgb(68,68,68);}