* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10pt;
	padding: 20px;
	font-family: Arial, Verdana, Tahoma;
}

p {
	margin-bottom: 10px
}
h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}
#footer {
	margin-top: 10px;
	color: #727272;
	font-size: 0.8em;
}
hr {
	background: #E1E1E1;
	height: 1px;
	border:0px none;
	margin-bottom:5px;
}