h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0;
}

h1,h2,h3 {
	text-transform: uppercase;
}

h1 {
	font-size: 22px;
	font-weight: 100;
}

h2 {
	font-size: 14px;
	color: #F59301;	
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #009b2e;
	font-weight: normal;
}

p {
	font-size: 14px;
	color: #000;
}

a {
	color: inherit;
	text-decoration: underline;
}

