<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ color:#FFF; text-decoration:underline }
SPAN	{  }
TD     	{ text-align:center }


/**** month and year header at top of calendar ****/
.date_header			{ font-size:10px; font-family:arial, helvetica; }

/**** color and size of calendar cells.  ****/
.day_cell				{background-color:#000000; border:solid #fff 1px; height:60px; width: 90px; font-size:15px; }
.empty_day_cell			{background-color:#000000;border:solid #fff 0px; height:60px; width: 90px; font-size:15px;}
.today_cell				{background:#000000;   border:solid #fff 1px;    height:60px; width: 90px; font-size:15px;}
.act_cell				{background:#f33f33;   border:solid #fff 1px;    height:60px; width: 90px; font-size:15px;}

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

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

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

/**** column headers or days of the week ****/
.column_header			{ background-color:#000000; border-bottom:solid #000000 1px; font-size:15px; color:#fff; font-weight:bolder; font-family: Snell Roundhand, Monotype Corsiva; }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#fff; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#fff; font-weight:bold; }
// end hiding -->
</STYLE>
