@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	width: 40em;
	margin: auto;
	line-height: 1.4;
}

#personal label {
	display: inline-block;
	text-align:right;
	width: 14em;
	margin-right: .5em;
}
		
#personal input {
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

p {
	margin-top: 0;
}