a:link {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #FFFFFF;
}
a:active {
	text-decoration:underline;
	font-weight:bold;
	color: #FFFFFF;
}
a:focus {
	text-decoration:underline;
	font-weight:bold;
	color: #FFFFFF;
}

