<STYLE TYPE="text/css">

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

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; color:#0c0864; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#FFE8A5; height:80; width: 100; }
.empty_day_cell		     	        { background-color:#F4D067; height:80; width: 100; }
.today_cell				{ background-color:#FEF0C5; height:80; width: 100; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica; color:#000000; }

/**** column headers or days of the week ****/
.column_header			{ background-color:#CC6600; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#0c0864 }
A.title_txt:link		{ color:#000000; text-decoration:underline }
A.title_txt:active		{ color:#F00000; text-decoration:none }
A.title_txt:visited	        { color:#000000; text-decoration:underline }
A.title_txt:hover		{ color:#F00000; text-decoration:none }

/**** footprint text ****/
.footprint				{ font-size:9px; font-family:verdana, arial, helvetica; color:#7E7E7E; font-weight:normal; }
.footprint A			        { font-size:9px; font-family:verdana, arial, helvetica; color:#7E7E7E; font-weight:normal; }
// end hiding 
</STYLE>

