TABLE 
{
	border : 0;
	color : White;
	height : 24px;
	font-size: 9pt;
	font-family: Arial;
}


A 
{
	text-decoration: none;
	color: White;
}

A:ACTIVE {
	text-decoration: none;
	color : White;
}


A:HOVER
{
  text-decoration: none;
  color : Yellow;
}