BODY {
	font-family: Arial;
	color: "#000000";
	font-size: 12px;
}

td {
	font-family: Arial;
	color: "#000000";
	font-size: 12px;
	}

A {
	color : White;
	font-size: 12px;
	font-family: Arial;
	text-decoration : none;
  }

A:HOVER {
	color: Black;
	text-decoration : none;
}			

