html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	}
h1 {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
	}
h3 {
	font-size: 12px;
	color: #555555;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
	}
hr {
	height: 1px;
}
