BODY {	font-size: 12pt;
	font-family: Garamond, "Times New Roman", serif; 
	text-align: justify; 
	 }
	
P { font-size: 12pt;	
	text-align: justify; 
	font-family: Garamond, "Times New Roman", serif; }	/* justifies all P Tags */

H3 { 	text-align: center;					/* Centers Heading 3 */
	font-family: Garamond, "Times New Roman", serif; 
	color: #4E51B2; 
	font-weight: bold; }


LI { 	font-weight: bold; 			/* Unordered list bold, hot pink */
	color: #FF33FF; 
	font-size: 14px; 
	font-family: Garamond, "Times New Roman", serif; }	

I { 	color: #4E51B2; 
	font-weight: bold; }			/* Italic color, bold */


H4 {	color: #4E51B2; 			/*Program Headings 4 */
	font-family: Garamond, "Times New Roman", serif; 
	font-weight: bold; } 	



