table {
	text-align: center;
}
.month {
	color: #FC6;
	background-color: #000;
}
.eventDAY {
	color: #D0A523;
	background-color: #333;
	font-weight: bold;
}
.float_r {
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
.extradays {
	color: #666;
	background-color: #999;
}
.month {
	color: #CCC;
}
.extraSPECIALday {
	background-color: #930;
	color: #D0A523;
}
