P  {
	font-size : small;
	font-family : sans-serif;
	color : Black;
	margin-right : 10px;
	margin-left : 10px;
}

H1  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : Navy;
	text-align : center;
	margin-top : 12px;
	margin-bottom : 16px;
}

H2  {
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	color : Navy;
	text-align : center;
	margin-top : 10px;
}

H3  {
	color : Maroon;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : small;
	text-align : center;
	margin-bottom : 4px;
	margin-top : 12px;
	margin-left : 5px;
	margin-right : 5px;
}

A  {
	text-decoration : none;
	font-family : sans-serif;
	color : Blue;
	font-weight : bold;
}

A:Visited  {
	text-decoration : none;
	font-family : sans-serif;
	color : Blue;
	font-weight : bold;
}

A:Active  {
	text-decoration : none;
	font-family : sans-serif;
	color : Blue;
	font-weight : bold;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font-family : sans-serif;
	font-weight : bold;
}

BODY  {
	margin : 10px;
	margin-top : 10px;
	background-color : #006699;
}

TD  {
	margin : 0px;
	font-size : small;
	font-family : sans-serif;
	color : Black;
}

SPAN  {
	font-size : small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Yellow;
}

UL  {
	font-size : small;
	font-family : sans-serif;
	font-style : normal;
	color : Black;
}

LI  {
	margin-top : 10px;
}

