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);
}


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(226, 0, 116);
}


label {
	position: relative;
	top:0em;
	left: 0em;
	width: 12em;
	float: left;
}