/* Main stylesheet 

here are some inline stylesheet codes examples
for netscape
<span style="margin-left:40pt; margin-right: 40pt"; font-color: black; margin-top 6pt"></span>
<span style="margin-left:40px; margin-right: 40px"; font-color: black; margin-top 6px"></span>
<span style="position: absolute; left: 50px; top: 40px"></span>
<span style="color: red"></span>

the following is HTML code to refer to a class 
called footnote in a stylesheet
<div class="footnote"></div>
  
*/
body 	{font-size: 12pt;
	font-family: "Times New Roman";
	color: black;
	background: DEFFFA;
	margin-top: 0pt;
	margin-left: 110px;
	margin-right: 110px;
	}
/*heading formatting
*/
h1 {font: 24pt  Times New Roman;
	font-weight: bold;
	color: maroon;
	line-height:30pt;}
h2 {font: 16pt ProseAntique, 	Times New Roman;
	color: maroon;
	font-weight: bold;
	line-height: 14pt;}


/*link formatting
*/
	a {text-decoration: underline;}
	a:link {color: blue;}
	a:visited {color: blue;}
	a:active {color: green;}

/* format top division */
div.top {font-size: 9pt;
	line-height: 9pt;
	text-align: center}

/* format appointment division */
div.appointments {font-size: 9pt;
	line-height: 6pt;
	text-align: center}


/* format mail division */
div.mail {font-size: 9pt;
	line-height: 6pt;
	text-align: center}



