a.products:link {
	text-decoration: none;
	color: #000000;
}
a.products:visited {
	text-decoration: none;
	color: #000000;
}
a.products:hover {
	text-decoration: underline;
	color: #669999;
}
a.products:active {
	text-decoration: none;
	color: #000000;
}
