P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : White;
	text-decoration : none;
}

A:Active  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : Olive;
	text-decoration : underline;
}

A:Hover  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}

BODY  {}


