/* 12 point text, arial, black, background cream, 16pt line spacing, 10pt left/right margins for free text, no border around images */

body { 	font-size:12pt;
	font-family:arial;
	color:#000000;
	background-color:#ffffcc;
	line-height: 16pt;
	margin-left: 10pt;
	margin-right: 10pt;}

img {	border-style: none;}

/* paragraphs indented 24 pt */

p {	margin-left: 24pt;
	margin-right; 24pt;}

/* heading settings, h1,h2,h3 */

h1 {	font:24pt arial;
	font-weight:bold;
	line-height:30pt;}

h2 {	font:18pt arial;
	font-weight:bold;
	line height:22pt;}

h3{	font:14pt arial;
	font-weight:bold;
	line-height:18pt;}

/* link settings: underlined, blue for unvisited, red for visited */

a:link {color:#ff0000;}
a:visited {color:#0000ff;}

/* footnote settings: 10pt arial */

div.footnote {	font-size: 10pt;
		font-family:arial;
		line-height:13pt;
		text-align:center;}