<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

a {  }
span {  }
td { text-align: center; }
body {  }

/**** month and year header at top of calendar ****/
.date_header { font-size: 18px; font-weight: bold; color: rgb(230,190,150); }

/**** color and size of calendar cells.  ****/
.day_cell { background-color: #EDECD8; border: solid 1px silver; height: 120px; width: 140px; }
.empty_day_cell { background-color: #EEEEEE; border: solid 1px silver; }
.today_cell { background-color: #F5F4ED; border: solid 1px silver; }

/**** day number in upper left corner of each cell ****/
.day_number { font-size: 11px; font-weight: bold; color:#000; margin-top: 1em; }
.day_number a { color: #000; }

/**** title_txt is the text for each post on main page ****/
.title_txt { font-size: 12px; color:#000; line-height: 1.4em; }
.title_txt a:link { color: #8b0000; }
.title_txt a:active {  }
.title_txt a:visited {  }
.title_txt a:hover { color: #ff0000; }

/**** time line under title text when event time given ****/
.time_str { font-size: 12px; color: gray; text-align: center; line-height: 1.4em; }

/**** column headers or days of the week ****/
.column_header { background-color: rgb(37,7,5); font-size: 10px; text-transform: uppercase; color: #FFF; font-weight: bold; padding: 1em 0; }

/**** footprint text ****/
.footprint { font-size: 11px; color: white; line-height: 1.4em; }
.footprint a { font-size: 11px; font-weight:bold; color: rgb(200,200,200); }

// end hiding -->
</STYLE>

