a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6600FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
