<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:Verdana; font-weight:bold; color:#FFFFFF }

/**** color and size of calendar cells.  ****/
.day_cell				{ border:1px solid #333333; background-color:#000000; height:80; width: 90}
.empty_day_cell			{ border:1px solid #333333; background-color:#333333; height:80; width: 90 }
.today_cell				{ border:1px solid #333333; background-color:#666666; height:80; width: 90 }



/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:Verdana; color:#FFFFFF;  }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana; color:#FFFF00 }
.title_txt A:link		{ color:#FFFFFF; text-decoration:none; }
.title_txt A:active		{ color:#FFFFFF; text-decoration:none; }
.title_txt A:visited	{ color:#999999; text-decoration:none; }
.title_txt A:hover		{ color:#990000; text-decoration:underline }

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

/**** column headers or days of the week ****/
.column_header			{ background-color:#000000; font-size:12px; font-family:Verdana; align:center; color:#FF9901; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:Tahoma; color:#000; font-weight:bold }
.footprint A			{ font-size:10px; font-family:Tahoma; color:#00F; font-weight:bold }
.copyright 				{ font-size:8pt; font-family:Tahoma; }

select       			{ border: 1px solid #333333; font-family: Tahoma; font-size: 8pt; color: #FFFFFF; background-color: #333333 }
button       			{ color: #FFFFFF; font-family: Tahoma; font-size: 8pt; border: 1px solid #666666; background-color: #333333 }
option       			{ color: #FFFFFF; font-family: Tahoma; font-size: 8pt; border: 1px solid #666666; background-color: #333333 }
input       			{ color: #FFFFFF; font-family: Tahoma; font-size: 8pt; border: 1px solid #666666; background-color: #333333 }
footer					{font-family: Tahoma; font-size: 8pt; text-decoration: none}

// end hiding{  } 
</STYLE>