a:link				{
	font-weight:		bold;
	text-decoration:	none;
	color:				#fff;
	background:			transparent;
}
a:visited				{
	font-weight:		bold;
	text-decoration:	none;
	color:				#fff;
	background:			transparent;
}
a:hover				{
	font-weight:		bold;
	text-decoration:	underline;
	color:				#ab409b;
	background:			transparent;
}
a:active			{
	font-weight:		bold;
	text-decoration:	none;
	color:				#fff;
	background:			transparent;
}
