A {
	text-decoration: none;
	color: #4B206C;
}

A:Hover {
	text-decoration: underline;
	color: Purple;
}

