/* 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: black;
			line-height: 16pt;
			margin-left: 10pt;
			margin-right: 10pt;}
			

/*indent paragraphs*/

p {margin-left: 36pt;
		margin-right: 36pt;}

/* 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}
		
<ol>{margin-left: 45 pt;
			margin-right: 45 pt;}
