.cat {
	color: #000000;
	text-decoration: none;
}
.cat:hover {
	color: #0066CC;
	text-decoration: underline;
}
