/* Main stylesheet
*/
body 	{font-size: 16pt;
	font-family: "Times New Roman";
	color: black;
	background: #DEFFFA;
	
	margin-left: 40pt;
	margin-top: 20pt;
	margin-right: 40pt;}
/*heading formatting
*/
h1 {font: 36pt  Lucida Calligraphy, ProseAntique, Times New Roman;
	font-weight: bold;
	line-height:30pt;}
h2 {font: 18pt ProseAntique, 	Times New Roman;
	font-weight: bold;
	line-height:30pt;}


/*link formatting
*/
	a {text-decoration: underline;}
	a:link {color: blue;}
	a:visited {color: green;}
	a:active {color: green;}

/*paragraph formatting
*/
	p {margin-left: 10%;
	  margin-right: 10%;
	  font-size: 16pt;}