P  {
	font-size : small;
	font-family : sans-serif;
	color : Navy;
	font-weight : normal;
}

H1  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : Maroon;
	text-align : center;
}

H2  {
	margin : 0px;
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	color : Black;
	text-align : center;
}

H3  {
	color : Yellow;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : medium;
	text-align : center;
	margin-bottom : 8px;
	margin-top : 8px;
	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  {
	background-color : #99CCCC;
	margin : 5px;
}

TD  {
	margin : 0px;
	font-size : small;
	font-family : sans-serif;
	color : Black;
}

CITE  {
	font-family : sans-serif;
	font-style : italic;
	font-size : x-small;
	color : Navy;
}

