
.cat {
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	text-decoration:none;
}
.cat:hover {
	color: #FF6600;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}