body {
	
	font-family: Arial, Geneva, Helvetica, "sans-serif";
	font-size: 1em;
	margin: 1em;
}



a {
	text-decoration: none;
	color: rgb(226,0,116);
}

a::focus, a::hover {
	color: rgb(252,0,142);
}

a::visited {
	color: rgb(75,75,75);
}