A  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration : none;
}

BODY  {}

