.blog-entry-title a:link {
	text-decoration: none;
	color: #cd4f27;
	font-weight:normal;
}
.blog-entry-title a:visited {
	text-decoration: none;
	color: #cd4f27;
	font-weight:normal;
}
.blog-entry-title a:hover {
	text-decoration: none;
	color: #404040;
	font-weight:normal;
}

a:link {
	text-decoration: none;
	color:#cd4f27;
}
a:visited {
	text-decoration: none;
	color:#cd4f27;
}
a:hover, a:active {
	text-decoration: none;
	color:#333333;
}

#navcontainer #current {
	color: #333d40;
}

#navcontainer ul ul a {
	color: #333d40;
}

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