/* typography.css */

.font-footer {
	color: #000;
	
	font-family: "Arial", sans-serif;
	font-size: 8pt;

	text-transform: uppercase;
	text-align: center;
}

.font-top {
	font-style: italic;
	
	text-align: center;

	/* padding: 0 5em; */
}

h1 {
	margin-bottom: 1em;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
}

h2 {
	margin: 1em 0;
	font-size: 12pt;
	font-weigth: bold;
	font-style: italic;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}


strong {
	font-weight: bold;
}

