/* basic typography; sets line heights and margins for text elements */
p
{
	font-size: 1em;
	margin-bottom: 1.5em;
	text-align: justify;
}
h1
{
	font-size: 1.7em;
	line-height: 1em;
	
}
h2
{
	font-size: 1em;
	line-height: 1em;
	color: #ffffff !important;
	margin-top: 2em;
	margin-bottom: .3em;
}
h3
{
	font-size: 1.3em;
	line-height: 1.154em;
	margin-top: 0em;
	margin-bottom: 1.154em;
}
h4
{
	font-size: 1.1em;
	line-height: 1.363em;
	margin-top: 0em;
	margin-bottom: 1.363em;
}
