P  {
	color : Black;
}

H1  {
	font-size : large;
	font-family : Bookman Old Style;
	font-weight : bold;
	font-style : normal;
	color : Maroon;
	text-decoration : underline;
	background-color : White;
	text-align : center;
}

H2  {
	font-family : Bookman Old Style;
	font-weight : bold;
	font-style : normal;
	color : Purple;
	text-align : center;
	text-transform : uppercase;
	font-size : medium;
}

H3  {
	font-size : small;
	font-family : Bookman Old Style;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-align : center;
	text-transform : uppercase;
}

A  {}

A:Visited  {
	color : Navy;
	text-decoration : underline;
}

A:Active  {
	color : Navy;
	font-style : italic;
	font-weight : bold;
	text-decoration : underline;
}

A:Hover  {
	font-weight : bold;
	color : Blue;
	text-decoration : underline;
	font-style : normal;
}

BODY  {}

