body {
	margin: 30px;
	background: #fff;
	color: #000;
	font-family: Verdana, Sans-serif;
	cursor: default;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

p {
	font-weight: normal;
	text-align: left;
}

.footer {
	border-top: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}


