a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: none;
	color: #6400B0;
	font-size: larger;
}
a:active {
	text-decoration: none;
	color: #6400B0;
	font-size: larger;
}
a:focus {
	text-decoration: none;
}
