body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: justify;
	font: 14px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 4.5em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.5em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 160%;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #F8943A;
}
