body {
	background-color: White;
	color: #616161;
	font-family: Arial, Helvetica, sans-serif;
	
}
td {
	padding: 0px;
}
#txt {
	background-color: White;
	color: #7E7E7E;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

#txt2 {
	background-color: White;
	color: #7E7E7E;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a {
	background-color: White;
	color: #616161;
}

a:hover {
	background-color: White;
	color: Silver;
}


