h1 {	font-size:		20pt;
	text-align: 		center;
	color: 			Navy;
	background-color:	skyblue;
	font-weight:		700;
	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	padding:		3pt
	}

h2 {	font-size:	16pt;
	text-align: 	center;
	color: 		Navy;
	background-color: skyblue;
	font-weight:	700;
	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	padding:	3pt
	}

h3 {	font-size:	14pt;
	text-align: 	center;
	color: 		Navy;
	background-color: skyblue;
	color: 		Black;
	font-weight:	600;
	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	padding:	2pt
	}

h4 {	font-size:	12pt;
	text-align: 	left;
	color: 		Black;
	font-weight:	800;
	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	}

h5 {	font-size:	7pt;
	font-weight:	300;
	text-align:	justify;
	}
	
p {	font-size:	12pt;
	text-align: 	left;
	color: 		Black;
	font-weight:	300;
	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	}

main {	font-family: 	Helvetica, "Century Gothic", "MS Sans Serif", Arial, Helvetica;
	}
