/* Make all body text black-colored 10-point Arial with 16-point vertical spacing between lines of text and 10-point margins.  
*/
body {font-size: 8pt;
	font-family: "arial, helvetica, verdana";
	background-color: #d6cfad;
	
	color: black;
	line-height: 9pt:
	margin-left: 16pt;
	margin-right: 8pt}

/* Indent paragraphs */
P {margin-left: 12pt:}

/* Make heading Arial bold with generous line spacing.  If user doesn't have Arial, use Courrier
*/
h1 {font: 24pt Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: 30pt;}

h2 {front: 18pt Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: 22pt;}

/* Don't underline links, and make all links default.
Make links flash red when activated.

*/
a {text-decoration: underlined;}
a:link {color: #8B4513;}
a:visited {color: #800000;}
a:active {color: #800000;}

/* Format footnotes as 9-point Arial, and center them.
*/
div.footnote {font-size: 9pt;
	line-height: 12pt;
	text-align: center}
