H1.heading	{
	text-transform: capitalize;
	margin: 2pt;
	padding: 8pt;
	vertical-align: center;
	border: 6pt;
	border-style: dotted;
	border-color: #E9C856;
	text-align: center;
	line-height: 1.3em;
	color: #800000;
	font-size: 20 pt;
	font-weight: bold;
	word-spacing: 1em;
	}

H2, H3, H4, H5, H6 	{
	color: #800000;
	font-variant: small-caps;
	}

body 	{
	background-image: url(images/background.jpg);
	background-color: "#1A4775";
	color: '#323295';
	margin: '1em';
	}

A:link {color: "#0000FF"}
A:visited {color: "#800000"}
A:active {color: "#FF0000"}

UL.indent {
	padding-left: 100;
	list-style: outside;
	}

P	{
	text-indent: 1em;
	}

P:first-letter {
	font-size: '150%';
	}

TH 	{
	font-weight: "800";
	color: "#000000";
	text-transform: capitalize;
	margin: 0pt;
	padding: 8pt;
	vertical-align: center;
	border: 4pt;
	border-style: double;
	border-color: #E9C856;
	text-align: center;
	line-height: 1.3em;
	}

DT 	{
	color: "#800000";
	font-weight: "800";
	line-height: "2"
	font-weight: bold;
	}

HR	{
	noshade;
	color: #000099;
	}

