table.cal {
	width: 10em;
	height: 8em;
	padding: 0em;
	empty-cells: show;
	font-family: Arial;
	font-size: 12px;
}

td.calcell {
	width: 1em;
	height: 1em;
	border: thin solid #3399CC;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

td.today {
	width: 1em;
	height: 1em;
	border: thin solid yellow;
	border-collapse: collapse;
	text-align: center;
	background-color:white;
	color: #FF0000;
	vertical-align: middle;
}

th.cal {
	width: 10em;
	border-collapse: collapse;
	text-align: center;
	height: 2em;
	border-collapse: collapse;
	font-size: 16px;
	color: #336699;
}
