a:link {
	color: #7F003F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #330099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;
}
