P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-family : Arial;
	font-size : medium;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	font-family : Arial;
	font-size : medium;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	font-family : Arial;
	font-size : medium;
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	font-family : Arial;
	font-size : medium;
	color : Yellow;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
}

