.homeLink {
	font-weight: bold;
	color: white;
	background-color: #6C3BB0;
}
#homeLink {
	font-weight: bold;
	text-decoration: underline;
}
A:link {text-decoration: none; color: #6C3BB0;}

A:visited {text-decoration: none; color: #6C3BB0;}

A:hover, a:active {text-decoration: underline; color: #6C3BB0;}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen {
	.block {
		background-color: #edf0f9;
		border: 1px solid #bfc2cb;
		font-weight: bold;
		color: #6C3BB0;
	}
}