/* This is the style sheet for all the About MG Programs web pages. It covers headings, paragraph fonts, margins and line spacing.*/

body  {font-size: 12 pt;
			font-family: arial;
			color: maroon;
			line-height: 16pt;
			margin-left: 10pt;
			margin-right: 10pt;
}

/*indent paragraphs*/

p {margin-left: 36pt;
	margin-left: 36pt;
	margin-right: 36pt;
	padding-left: 5%;
	padding-right: 15%;
	font-family: arial, verdana, sans-serif;		
}

/* set-up headings */

h1 {font: 36 pt Arial Black;
		color: "#408080";
		font-weight: bold;
		line-height: 22 pt;}
		

h2 {font: 24pt Arial Black;
		font-weight: bold;
		line-height: 22pt;}

