a {
	text-decoration: none;
	color: #A300A4;
	}

a:hover{
	background-color: #4AA7FF;
	text-decoration: none;
	color: #A300A4;
}
a:active{
	background-color: transparent;
	text-decoration: none;
	color: #A300A4;
}
a:visited{
	color: #A300A4;
}
