a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
}
a:visited {
	text-decoration: none;
	font-weight: 100;
	color: #6b3a8b;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}
a:active {
	text-decoration: none;
}

