h1 {
	font-family: "Arial Black";
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;

}
h2 {
	font-family: "Arial Black";
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
h3 {
	font-family: "Arial Black";
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	text-transform: uppercase;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
ul {
	list-style-type: circle;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
