/*heading properties*/
H2{
	color:maroon;
	font-family:Arial;
	font-size:14pt;
	font-style:bold;
}

H3{
	color:black;
	font-size:10pt;
	font-family:Arial;
	font-style:bold;
}

H4{
	color:maroon;
	font-size:12pt;
	font-family:Arial;
	font-style:bold;
}

A{
	color:maroon;
	font-size:12pt;
	font-family:Arial;
	font-style:bold;
}


/*Regular paragraph text properties*/
P{
	color:black;
	font-size:12pt;
	font-family:Arial;
	font-style:Regular;
}

/*list items*/
li{
	color:maroon;
	font-size:12pt;
	font-family:Arial;
	font-style:Regular;
}

/*alignment classes*/
.right {
	text-align: right
}
.center {
	text-align: center
}

