P  {
	font-size : small;
	font-family : sans-serif;
	text-align : center;
	color : Navy;
}

H1  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : White;
	text-align : center;
	margin-top : 4px;
	margin-bottom : 4px;
}

H2  {}

H3  {
	color : Yellow;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : small;
	text-align : center;
	margin-bottom : 8px;
	margin-top : 0px;
	margin-left : 5px;
	margin-right : 5px;
}

A  {
	color : Blue;
	text-decoration : none;
	font-family : sans-serif;
}

A:Visited  {
	color : Blue;
	text-decoration : none;
	font-family : sans-serif;
}

A:Active  {
	color : Blue;
	text-decoration : none;
	font-family : sans-serif;
}

A:Hover  {
	color : Maroon;
	text-decoration : none;
	font-family : sans-serif;
}

BODY  {
	margin : 0px;
}

TD  {
	margin : 0px;
	font-size : small;
	font-family : sans-serif;
	color : Navy;
}

SPAN  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
}

