a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #FF66FF;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #9966FF;
	text-decoration: none;
	font-weight: bold;

}
