h1 {
	font-size: 12pt;
	color: white;
	font-family: "Arial Black";
	}
h1.black {
	font-size: 12pt;
	color: black;
	font-family: "Arial Black";
	text-align: "center";
	}
h2 {
	font-size: 14pt;
	color: white;
	font-family: "ST Platinum Blonde";
}
h3 {
	font-size: 18pt;
	color: white;
	font-family: "ST Platinum Blonde";
	background-color: Silver;
}

p {
	font-size: 12pt;
	color: black;
	font-family: "times new roman";
	text-align: justify;
	}