#three-calendars {

height: 160px;

	}

#calendarholder img {
	margin: 0; 
	border: 0;
	}
table.calendar   { background-color: #FAF8EE; margin: 5px 10px 10px 0; width: 150px }
table.calendar th {
	font-family: Georgia, "Times New Roman", Times, serif; 
	height: 10px; 
	font-size: 11px;
	border: 0;
	}
table.calendar td {
	font-family: Georgia, "Times New Roman", Times, serif; 
	width: 18px; 
	height: 10px;
	font-size: 11px; 
	background-color: #FAF8EE;
	}
table.calendar .month  { color: #333333; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #FAF8EE; text-align: center; margin-top: 1px }
table.calendar .month a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
table.calendar th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333; 
	text-align: center; 
	font-size: 10px;
	background-color: #eae6d3;
	}
table.calendar td.linked-day {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
table.calendar td {
	text-align: center;
} 

table.calendar a:link  { color: #333333; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }
table.calendar a:visited {
	text-decoration: none; 
	color: #999999;
}