A  {
	color : Red;
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Visited  {
	color : Red;
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

A:Active  {
	color : White;
	font-weight : bold;
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
}

A:Hover  {
	color : White;
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}

BODY  {
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	font-family : serif;
}

