.categoryName {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 20px;
	line-height: 30px;
}

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

.categoryName:active {
	color: #fff;
	text-decoration: none;
}

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

