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

A		{color:#00F; text-decoration:underline }
SPAN	{}
TD     	{}
BODY	{background-color:#FFF }

/**** month and year header at top of calendar ****/
.date_header			{font-size:1em; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{background-color:#fff; } /*EDECD8*/
.empty_day_cell			{background-color:#ccc; } /*eee*/
.today_cell				{background-color:#ff9; } /*F5F4ED*/

.day_cell, empty_day_cell, .today_cell	{font-family:Tahoma, Arial, Helvetica, sans-serif; height:22px; width:20px; text-align:center; }

td:hover.day_cell	{background:#eff;}
td:hover.today_cell	{background:#ff6;}

/**** day number in upper left corner of each cell ****/
.day_number				{font-size:.9em; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{color:#000 }
.title_txt a:link		{color:#00F; text-decoration:underline }
.title_txt a:active		{color:#00F; text-decoration:underline }
.title_txt a:visited	{color:#00F; text-decoration:underline }
.title_txt a:hover		{color:#00F; text-decoration:underline }

/**** 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:#2663E2; font-size:12px; color:#fff; font-weight:bold }

/**** footprint text ****/
.footprint				{color:#000; font-weight:bold; }
.footprint a			{color:#00F; font-weight:bold; }
a.event_link:link, a.event_link:visited { 
	font-weight:bold; 
	color:#e00; 
}
<!--// end hiding -->
</STYLE>
