.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	letter-spacing: -1px;

}
a:hover.data {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
	background-color: #FFFFFF;
	letter-spacing: -1px;

}
