P  {
	background-color : White;
	font-size : small;
	font-family : Times New Roman;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	color : Black;
	background-color : White;
	text-transform : capitalize;
}

H2  {
	background-color : White;
	font-size : large;
	font-family : Times New Roman;
	color : Black;
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	color : Black;
	background-color : White;
}

A  {
	font-family : Times New Roman;
	color : Black;
	font-size : small;
	text-decoration : none;
}

A:Visited  {
	color : Black;
	font-family : Times New Roman;
	font-size : small;
	text-decoration : none;
}

A:Active  {
	font-family : Times New Roman;
	font-size : small;
	color : Black;
	text-decoration : none;
}

A:Hover  {
	font-family : Times New Roman;
	font-size : small;
	color : Black;
	text-decoration : none;
}

BODY  {
	font-family : Times New Roman;
	font-size : small;
	color : Black;
	background-color : White;
}

TD  {
	font-size : small;
	font-family : Times New Roman;
	color : Black;
}

