.nolink {
	text-decoration: none;
	color: #000;
}
A.nolink:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#825DA0;
}
