/* 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;}

/* Centered Image Code */

img {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;}

/* Table for populating with links 'Previous', 'Back' and 'Next'*/

td {
 padding: 8px;
 width: 25%;}
table.center {
    width:70%; 
    margin-left: auto; 
    margin-right: auto;
  }

.left-align {
 text-align: left;}
.center-align {
 text-align: center;}
.right-align {
 text-align: right;}

/* footnote settings: 10pt arial */

div.footnote {	font-size: 10pt;
		font-family: "arial";
		line-height: 13pt;
		text-align: center;}	





<body bgcolor="#ffffcc" link="#0000ff" vlink="#ff0000" text="#000000"> 