body {
	margin-left:10%;					/* left margin */
	margin-right:10%;					/* right margin */
	background-image:url(../parchmnt.gif);	/* background image */
	color:#800000;					/* color of text= maroon */
	}
a:link {
	color:	#0000ff;				/* unvisited link blue*/
	}
a:visited	{
	color:	#800080;				/* visited link purple*/
	}
a:hover	{
	color:	#FF0000;				/* mouse over link red*/
	}
p.center {
	text-align: center;				/* paragraph */
	}
p.indent {
	text-indent: 5em;					/* paragraph */
	}
h1, h2, h4, h5, h6 {					/* headers */
	text-align:center;				/ * text */
	}
h3	{							/* headers */
	text-align:left;					/* text */
	}
hr {								/* ruler */
	height: 5px;					/* height */
	background-color: #800000;			/* color */
	}
table {							/* table setup */
	border-collapse: collapse;			/* eliminates double borders */
	border: 2px solid;				/* border width */
	border-color: #800000;				/* color of all table borders */
	width: 600px;					/* total width of table */
	font-size: 14pt;					/* font size entire table */
	color: #800000;					/* text color entire table */
	text-align: center;				/* table */
	}
td.1 {							/* first column */
	width: 10%;						/* column width */
	border: 2px solid;				/* border width */
	}
td.2 {							/* second column */
	width: 10%;						/* column width */
	border: 2px solid;				/* border width */
	}
td.3 {							/* third column */
	width: 10%;						/* column width */
	border: 2px solid;				/* border width */
	}
td.4	{							/* fourth column */
	width: 10%;						/* column width */
	border: 2px solid;				/* border width */
	}
td.5	{							/* fifth column */
	width: 50%;						/* column width */
	border: 2px solid;				/* border width */
	}

