body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1, h2 {
	font-family: cambria;
	text-transform: capitalize;
}
h1 {
	text-align: center;
	color: #333;
	font-weight: normal;
}
h2 {
	margin: 5px 0px 3px 20px;
	font-weight: normal;
	color: #191919;
}
h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	margin: 5px 0px 3px 20px;
}
hr {
	color: #ccc;
	margin: 0;
}
p {
	color: #4C4C4C;
	margin: 10px 0px 0px 30px;
	width: 90%;
	line-height: 1.4 em;
}