BODY, TD {
	background: white;
	color : grey;
	font-family :  Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

table {
	background-image: url(hi.png);
}


A {
	text-decoration: none;
	color: grey;
}

A:Hover {
	text-decoration: none;
	color: #06F;
}