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;
	}

H1, H2, H3, H4 {
	font-variant: small-caps;
	}

body 	{
	background-image: url(images/back.gif);
	background-color: ffffcc;
	color: midnightblue;
	margin: '1em';
	font-family: serif;
	}

A:link {color: #00008f}
A:visited {color: #808080}
A:active {color: #FF0000}

UL.indent {
	padding-left: 100;
	list-style: outside;
	}

P	{
	text-indent: 2em;
	line-height: 140%;
	}
	
P:first-letter {
	font-size: '150%';
	}

HR	{
	noshade: noshade;
	color: #00008F;
	background-color: #00008F;
	}

