<!--

.review_category_link {
	font: 15px tahoma;
	font-weight: bold;
}

a:link.review_category_link {
	color: #2980CC;
/*	font: 13px tahoma;*/
/*	text-decoration: none;*/
}

a:visited.review_category_link {
/*	color: #2980CC;*/
	color: #2980CC;
/*	font: 13px tahoma;*/
/*	text-decoration: none;*/
}

a:hover.review_category_link {
	color: #0960AC;
	text-decoration: underline;
}


.review_name {
	font: 13px tahoma;
	font-weight: bold;
}


.review_counter {
	font: 10px tahoma;
	color: #aaaaaa;
}


-->