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

