P  {
	font-size : x-small;
	font-family : Courier;
	color : White;
}

H1  {
	font-size : medium;
	font-family : Arial;
	color : White;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	color : Teal;
}

H3  {}

A  {
	color : Blue;
	font-family : Arial;
	text-decoration : underline;
	font-size : x-small;
}

A:Visited  {
	font-family : Arial;
	color : Silver;
	text-decoration : underline;
	font-size : x-small;
}

A:Active  {
	font-family : Arial;
	color : Red;
	text-decoration : underline;
	font-size : x-small;
}

A:Hover  {
	font-family : Arial;
	color : Silver;
	text-decoration : none;
	font-size : x-small;
}

BODY  {}

