.day {
	font-family: Tahoma;
	overflow: auto;
	height: 4em;
	font-size: x-small;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	font: #FFFF00;
	font-weight: normal;
	font-style: normal;
}
.weekend {
	font: italic bold small "Times New Roman", Times, serif;
	background: #FFFFCC top;
	height: 5em;
	margin-top: 0px;
}
.weekday {
	font: italic bold small "Times New Roman";
	background: #DDC6DD top;
	height: 5em;
	margin-top: 0px;
}
