td.current_day {
	width:30px;
	height:30px;
	background-color:#3B3B3B;
}

td.current_day:hover {
	width:30px;
	height:30px;
	background-color:#444444;
}

td.day {
	width:30px;
	height:30px;
	background-color:#202020;
}

td.day:hover {
	width:30px;
	height:30px;
	background-color:#3B3B3B;
}

td.current_day a {
	text-decoration:none;
}

td.day a {
	text-decoration:none;
}
