#three-calendars {

height: 160px;

	}

#calendarholder img {
	margin: 0; 
	border: 0;
	}
table.calendar {
	background-color: #FFFFFF;
	width: 160px;
	margin: 5px 10px 10px 0;
	}
table.calendar th {
	font-family: arial,helvetica,sans-serif; 
	height: 10px; 
	font-size: 8pt;
	border: 0;
	}
table.calendar td {
	font-family: arial,helvetica,sans-serif; 
	width: 18px; 
	height: 10px;
	font-size: 8pt; 
	background-color: #F2F2F2;
	}
table.calendar .month {
	background-color: #FFFFFF; 
	font-family: arial,helvetica,sans-serif; 
	font-weight: bold;
	margin-top: 1px; 
	font-size: 11px; 
	text-align: center; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
table.calendar .month a {
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
}
table.calendar th {
	font-family: arial,helvetica,sans-serif;
	color: #333333; 
	text-align: center; 
	background-color: #CCCCFF;
	}
table.calendar td.linked-day {
	font-family: arial,helvetica,sans-serif;
	font-size: 11pt;
	}
table.calendar td {
	text-align: center;
} 

table.calendar a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 8pt;
	text-decoration: none; 
	color: #333333;
}
table.calendar a:visited {
	text-decoration: none; 
	color: #999999;
}