a {
	text-decoration: none;
	color: #9900CC;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	color: #9900CC;
	text-decoration: none;
}
