.category_search_link {
	font-size: small; 
	background-color: whitesmoke;
}

.category_search_link a {
	font-size: small; 
	text-decoration: none;
}

.category_search_link a:hover {
	font-size: small; 
	color: red;
	text-decoration: underline;
}

.category_search_node {
	background-color: whitesmoke;
}

.category_search_node a {
	background-color: whitesmoke;
}

.category_search_node :hover {
	background-color: red;
}
