h3 {
	text-align: center;
	font-size: 28px;
	font-family: 'Lucida Handwriting', 'Alex Brush', cursive;
/*
'Brush Script MT', 'Lucida Calligraphy'
'Brush Script Std', 'Apple Chancery'
*/
}
h4 {
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: 'Noto Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
p {
	font-size: 14px;
	font-family: 'Noto Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
main > p {
	line-height: 150%;
}
#big {
	font-size: 16px;
}
footer p {
	text-align: center;
	margin-block-start: 0px;
	margin-block-end: 0px;
/*	padding is needed to push the container down	*/
	padding-top: 16px;
	padding-bottom: 26px;
}