/* load fonts first, so they get downloaded quickly */
@font-face {
	font-family: 'karumbi';
	src: url('karumbi.ttf');
}
@font-face {
	font-family: 'purisa';
	src: url('purisa.ttf');
}
/* Now we set our own values for those items that need margins/borders and so on */
body {
	line-height: 1.2;
	background-color: white;
	font-family: purisa, Sans-Serif;
	font-size: 18pt;
	text-align: center;
	color: #067;
	margin: 0 auto;
	padding: 1em;
}
hr {
	width: 50%;
	margin-top: 1em;
}
