.categoryName {
	font-size: 12pt;
	color: #f6f9ec;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #34855c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #71a98d;
}

.categoryName:visited {
	color: #f6f9ec;
	text-decoration: none;
}

.categoryName:hover {
	color: #f6f9ec;
	text-decoration: none;
}
