table.calendar		{
									border: 5px groove #708090;
									border-spacing: 0;
									table-layout: fixed;
									width: 99%;
									}
caption.calendar 	{ font: normal normal normal 125%	'Monotype Corsiva','Georgia',times,serif; }
td.cal,th.cal 	 	{
								 	border: 1px solid #000000;
								 	background-color: #fff5e2;
								 	text-align: left;
								 	margin: 0px;					
								 	}
td.date,th.date		{	width: 100px;
									border: 1px solid #000000;
								 	background-color: #fff5e2;
								 	text-align: left;
								 	margin: 0px;					
								 	}
td.empty,th.empty	{
									background-color: #fff5e2;
									border-left: none;
									border-right: none;
									}
td a,th a  				{	text-decoration: none; }


					


