P  {
	background-color : White;
	font-size : x-small;
	font-family : Arial;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Arial;
	color : Yellow;
	background-color : Blue;
}

H2  {
	background-color : White;
	font-size : large;
	font-family : Arial;
	color : Black;
}

H3  {
	font-size : medium;
	font-family : Arial;
	color : Yellow;
	background-color : Blue;
}

A  {
	font-family : Arial;
	color : Yellow;
	font-size : x-small;
	text-decoration : none;
}

A:Visited  {
	color : Yellow;
	font-family : Arial;
	font-size : x-small;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-size : x-small;
	color : White;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-size : x-small;
	color : White;
	text-decoration : none;
}

BODY  {
	font-family : Arial;
	font-size : x-small;
	color : Yellow;
}

<td>  {
	font-size : small;
	font-family : Arial;
	color : Black;
}

