a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #9900CC;
}

