HTML
{
	background: #FFEFD5 url(http://my.lionking.org/images/backgrounds/halloweenbg1.gif);
}

BODY
{
	background-color: hsl(37, 80%, 84%);
	background-image: url(../img/yellowparchment.jpg);
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
}
	   
/* Begin Links */

A:link
{
	color: Maroon;
	text-decoration: none;
}
		 
A:hover
{
	background-color: #F5DEB3;
}

A:active
{
	background-color: #FF8000;
}

A:visited:hover
{
	text-decoration: underline;
}

A:visited:active
{
	background-color: #FF8000;
}

A:visited, .entryheader
{
	color: Maroon;
}

/* End Links */

	   
/* Begin Headers */

H1
{
	color: #523628;
	foXnt-family: "Sansita One", cursive;
}

H1, H2, H3, H4, CAPTION
{
	font-family: "Sorts Mill Goudy", serif;
}

H2, H4
{
	color: Maroon;
}
	   
H3
{
	color: #A18230;
}

/* End Headers */

	
P
{
	font-family: Georgia;
}

STRONG, TD[title]
{
	background-color: #A18230;
}

CAPTION
{
	font-size: 1.5em; /* 24 / 16 = 1.5 */
}

CAPTION ~ THEAD
{
	background-color: Maroon;
}

TH
{
	color: #000000;
}

UL, OL
{
	color: Maroon;
	font-family: sans-serif;
}

UL
{
	list-style-type: circle;
}

LABEL, INPUT
{
	display: block;
}

#content
{
	background-color: #ECE9D8;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
}
