


.left a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
.left a:visited {
	text-decoration: none;
	color: #EC3789;
		font-weight:bold;
}
.left a:hover {
	text-decoration: none;
	color: #FF0099;
		font-weight:bold;
}
.left a:active {
	text-decoration: none;
	color: #ffffff;
		font-weight:bold;
}

