P  {
	font-family : Goudy Old Style;
	font-weight : normal;
	color : Navy;
	font-style : normal;
	margin-left : 5pt;
}

H1  {
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	font-family : Goudy Old Style;
	margin-left : 20pt;
}

H2  {
	font-size : large;
	font-family : Goudy Old Style;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	margin-left : 20pt;
}

H3  {
	font-size : medium;
	font-family : Goudy Old Style;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	margin-left : 20pt;
}

A  {
	font-family : Goudy Old Style;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited  {
	font-family : Goudy Old Style;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Active  {
	font-family : Goudy Old Style;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	color : Blue;
	font-style : normal;
	font-weight : normal;
	font-family : Goudy Old Style;
	text-decoration : underline;
}

BODY  {
	font-family : Goudy Old Style;
	color : Navy;
	font-weight : normal;
	font-style : normal;
}

UL  {
	font-family : Garamond;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	font-size : medium;
	margin-left : 20pt;
	list-style-type : square;
}

