#calendar  { width: 145px; }
.main  { width: 100%; margin: 0 0 0 -0.1px; padding: 0; }
.month  { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: .96em; height: 8px; padding: 2px; }
.daysofweek { font-size: .86em; font-family: treb, "Trebuchet MS"; }
.days  { font-size: .70em; font-family: verdana; font-weight:normal; padding: 2px; text-decoration:none; }
.today  { font-family: verdana; font-weight: bold; }
.weekends  {	font-size:.70em; font-family: verdana; font-weight:normal; padding: 2px; text-decoration:none; }

.month_colors  { background-color: #990000; color: #ffffff; text-decoration: none; }
	.month_colors a:link, .month_colors a:visited  { color: #ffffff; text-decoration: none; }
	.month_colors a:hover  { color: #ffffff; text-decoration: underline; }
	
.daysofweek_colors  { background-color: #666666; color: #eeeeee; }
	
.days_colors  { color: #000000; background-color: #e5d7bd; border: 1px solid #666666; }
	.days_colors a:link, .days_colors a:visited  { color: #003366; text-decoration: none; }
	.days_colors a:hover  { color: #003366; text-decoration: underline; }
		
.today_colors  { color: #990000; background-color: #f0e8d9; }
	.today_colors a:link, .today_colors a:visited  { color: #990000; text-decoration: none; }
	.today_colors a:hover  { color: #990000; text-decoration: underline; }
	.today_colors:hover  { color: #990000; text-decoration: underline; }
	
.weekends_colors  { color: #000000; background-color: #e5d7bd; border: 1px solid #666666; }
	.weekends_colors a:link, .weekends_colors a:visited  { color: #003366; text-decoration: none; }
	.weekends_colors a:hover  { color: #003366; text-decoration: underline; }
