#calendar_table    {
	background-color: #FFF;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 3px;
	border-style: ridge;
	}

#calendar_head     {color: #981d1d; font-size: 16px;}

.calendar_weekdays {width: 25px;}

.calendar_dates    {text-align: center; background-color: white;}

#calendar_today    {font-weight: bold; border: 2px solid #900}