* {
	padding: 0;
	margin: 0;
}

label {
	color: white;
}

body {
	font-size: 90%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}

h2 {
	font-size: 2.2em;
	color: white;
	font-weight: bold;
	margin-bottom:7px;
	position: relative;
}

