/* 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: 0.882em;
	margin-top: 0em;
	margin-bottom: 0.882em;
}
h2
{
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}
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;
}