a.cat:link {
	font-family:Verdana;
	font-size:11px;
	color: #0000FF;
	text-decoration:underlined;
}
a.cat:active {
	font-family:Verdana;
	font-size:11px;
	color: #0000FF;
	text-decoration:underlined;
} 
a.cat:visited {
	font-family:Verdana;
	font-size:11px;
	color: #0000FF;
	text-decoration:underlined;
}
a.cat:hover {
	font-family:Verdana;
	font-size:11px;
	color: #0000FF;
	text-decoration:none;
}