a:link {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	background-color: #FF2998;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
