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

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

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

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

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

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