a:link {
	color: #6600FF;
	text-decoration: none;
}
a:visited {
	color: #6600FF;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;

}
a:active {
	color: #6600FF;
	text-decoration: none;
}

