P  {}

H1  {}

H2  {
	font-size : large;
	font-family : Garamond;
	font-weight : bold;
	font-style : normal;
	color : #666600;
	text-decoration : none;
	text-align : center;
	text-transform : uppercase;
	background-color : #cccc66;
	border-width : thin;
	border-color : Black;
	border-style : double;
}

H3  {
	font-size : 18;
	font-family : Garamond;
	font-weight : bold;
	color : #cc6633;
	text-align : center;
	text-decoration : none;
	background-color : #faf492;
	text-transform : capitalize;
	border-color : Black;
	border-width : thin;
	border-style : solid;
	font-style : normal;
}

H4	{font-size : 18;
	font-family : Garamond;
	font-weight : bold;
	color : #666633;
	text-align : center;
	text-decoration : none;
	background-color : #faf492;
	text-transform : normal;
	border-color : Black;
	border-width : thin;
	border-style : solid;
	font-style : normal;
	}


A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

