.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;
}

a:hover, a:active {
	text-decoration: underline;
}

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

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

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


