<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A	{ font-family: Verdana; color:#3366ff; text-decoration:none }
SPAN	{ font-family: Verdana }
TD     	{ font-family: Verdana }
BODY	{ background-color:#FFF }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:12px; font-family: Verdana; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#FFFFFF; height:50; width: 70; }
.empty_day_cell		 	{background-color: #EBEBEB;height: 50; width: 70;}
.today_cell			{ background-color:#FFFFff; height:50; width:70; }
.sunday_cell			{background-color: #FFAAAA;height: 50; width: 70;}
.saturday_cell			{background-color: #FF8080; height: 50; width: 70;}

/**** day number in upper left corner of each cell ****/
.day_number				{font-size: 13px;	font-family: Verdana; color: #000;}

/**** title_txt is the text for each post on main page ****/
.title_txt			   {font-size: 10px;	font-family: Verdana;	color: #036;	text-align: center;}
.title_txt A:link		{ color:#036; text-decoration:none }
.title_txt A:active		{color: #036;text-decoration: none;}
.title_txt A:visited	   {color: #7172FF;text-decoration: none;}
.title_txt A:hover		{ color:#cc0000; text-decoration:none }

/**** time line under title text when event time given ****/
.time_str				{ font-size:11px; font-family: Verdana; }

/**** column headers or days of the week ****/
.column_header			{background-color: #000066;font-size: 12px;font-family: Verdana;	color: #FFFFFF;text-align: center;}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family: Verdana; color:#FFFFFF;  }
.footprint A			{ font-size:10px; font-family: Verdana; color:#FFFFFF;  }
// end hiding -->
</STYLE>
