

.tda {
	background-color:#CCCCCC;
	border-left-color:red;
	border-right-color:red;
	border:groove;
	border-bottom:hidden;
	border-top:hidden;
	color:#FFFFFF;
	text-shadow:#000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.tda:hover {
	background-color:#999999;
	border-left-color:#FF0000;
	border-right-color:#FF0000;
	border:groove;
	border-bottom:hidden;
	border-top:hidden;
	color:#FFFFFF;
	text-shadow:#000099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.a {color:#999999;
	
}