.blog-entry-title a:hover, a:link, a:visited {
	text-decoration: none;
	color: #54ce79;
}

.blog-entry-title a:visited {
    text-decoration: none;
    color: #8e8e8e;
}

.blog-entry-title a:hover {
    text-decoration: none;
	color: #54ce79;
}
.story-title a:link {
    color:#474747;
    font-weight:bold;
}
.read-more a:link {
    color: #EFEFEC;
}
.read-more a:visited {
    color: #8E8E8E;
}
.story-title a:hover, .story-title a:visited {
    color:#8E8E8E;
    text-decoration: none;
    font-weight:bold;
}
a:hover, a:active {
	text-decoration: underline;
}

#navcontainer #current {
	color: #54ce79;
}

#navcontainer ul ul a {
	color: #54ce79;
}

#navcontainer ul ul ul a{
	color: #adf5b2;
}



