.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.breadcrumb a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.breadcrumb a:active {
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #333333;
}
