/* CSS styles that apply to the anonymous user */

/* Links within the article are grayed out */
div .eBody a {
	color:#CCCCEE;
	text-decoration:none;
}
/* Related entry links are grayed out */
.topics #findMore ul li a {
	color:#CCCCEE;
}
/* Links within the definition are grayed out */
#definition a {
	color:#CCCCEE;
}

