/* Main stylesheet
*/
body 	{font-family: "Times New Roman";
	font-size: 16pt;
	color: black;
	background: DEFFFA;
	line-height: 18pt;
	margin-left: 10pt;
	margin-top: 10pt;
	margin-right: 10pt;}
/*heading formatting
*/
h1 {font: 22pt  Lucida Calligraphy, ProseAntique, Times New Roman;
	font-weight: bold;
	line-height:30pt;
	color: maroon;}
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: red;}
	a:active {color: green;}

/*paragraph formatting
*/
	p {font-size: 16pt;
	margin-left: 10%;
	margin-right: 10%;}