<STYLE TYPE="text/css">

/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/


/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; color:#000000; font-weight:bold; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#FFFFFF; height:80; width: 85; }
.empty_day_cell			{ background-color:#FFFFFF; height:80; width: 85; }
.today_cell				{ background-color:#FFEBCA; height:80; width: 85; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:13px; color:#000000; font-family:Georgia, "Times New Roman", Times, serif; }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:11px; color:#000000 }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px }

/**** column headers or days of the week ****/
.column_header			{
	background-color: #FFA002;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 6px;
}
/**** footprint text ****/
.footprint				{ font-size:10px; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; color:#00F; font-weight:bold; }
// end hiding 
</STYLE>
