<STYLE TYPE="text/css">

/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
/***** added the h3  *****/
DIV 	{color:#DDDDDD}   /* TOM ADDED TO FIX time color black prob */
/* Added stuff to headings below so there would be no line spacing below & above */
H3   	{color:#a2f8cf; font-size:12px; margin-bottom:0; padding-bottom:0; padding-top:4px;}
H4   	{color:#a2f8cf; font-size:16px; margin-bottom:0; padding-bottom:3px; padding-top:3px;}
H5   	{color:#BBBBBB; font-size:12px; margin-bottom:0; padding-bottom:0; padding-bottom:0; margin-top:0; padding-bottom:0;}
H6   	{color:#f96651; font-size:12px; margin-bottom:0; padding-bottom:0; padding-bottom:0; margin-top:0; padding-bottom:0;}

A	{ font-family:Geneva, Arial, Helvetica, sans-serif; text-decoration:none; size:inherit; color:#a2f8cf}
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{color:#BBBBBB; font-size:12px;  background-color:#000000; font-family:Geneva, Arial, Helvetica, sans-serif}
/**** month and year header at top of calendar ****/
.date_header			{
	font-size:16px;
	font-family:arial, helvetica;
	font-weight:bold;
	color: #a2f8cf;
}

/**** color and size of calendar cells.  ****/
.day_cell				{
	background-color:#000000;  /* 333333 ? */
	height:80;
	width: 95;
	color: #9CD7FF;
}
.empty_day_cell			{ background-color:#000000; height:80; width: 95} 
.today_cell			{ background-color:#000000; height:80; width: 95; border-color:#a2f8cf; border-width:thin; border-style:solid}  

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#00FFAA}

/**** title_txt is the text for each post on main page ***    tom changed all 5 colors*/
.title_txt				{ font-size:11px; font-family:verdana, arial, helvetica; color:#a2f8cf }
.title_txt A:link		{ color:#a2f8cf; text-decoration:none } 
.title_txt A:active		{ color:#a2f8cf; text-decoration:none }
.title_txt A:visited	{ color:#a2f8cf; text-decoration:none }
.title_txt A:hover		{ color:#f96651; text-decoration:none }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:verdana, arial, helvetica; color:#cccccc }

/**** column headers or days of the week ****/
.column_header			{ background-color:#58342b; 
						font-size:12px; 
						font-family:arial, helvetica; 
						color:#FFFFFF; 
						font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#A0A0A4; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#A0A0A4; font-weight:bold; }
// end hiding 
</STYLE>
