P.Main  {
	font-size : 10pt;
	font-family : Verdana;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : serif;
	font-weight : bold;
	color : Maroon;
	text-decoration : underline;
}

H2  {}

H3  {}

A  {
	font-size : 10pt;
	font-family : Arial;
	color : steelblue;
	text-decoration : none;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	color : Maroon;
}

BODY  {
	background : url(grace_bg.gif);
}

P.Bottom  {
	font-size : 8pt;
	font-family : Arial;
	color : Red;
}

UL  {
	font-size : 10pt;
	font-family : Comic Sans MS;
	list-style-type : square;
	list-style : square;
}


