A		{ font-family: "Trebuchet MS",arial, helvetica; color:#f0551d; text-decoration:none }
SPAN	{ font-family: "Trebuchet MS",arial, helvetica }
TD     	{ font-family: "Trebuchet MS",arial, helvetica }
BODY	{ background-color:#FFF }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family: "Trebuchet MS",arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#fafafa;  } /*height:80; width: 95;*/
.empty_day_cell			{ background-color:#e5e5e5; }
.today_cell				{ background-color:#f3dad0; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family: "Trebuchet MS",verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:14px; font-weight:bold; font-family: "Trebuchet MS",verdana, arial, helvetica; color:#660000 }
.title_txt A:link		{ color:#f1521a; text-decoration:none }
.title_txt A:active		{ color:#f1521a; text-decoration:none }
.title_txt A:visited	{ color:#c04115; text-decoration:none }
.title_txt A:hover		{ color:#ff0000; text-decoration:underline }

/**** body of event */
.body_txt				{ font-size:14px;  font-family: "Trebuchet MS",verdana, arial, helvetica; color:#000000 }

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

/**** column headers or days of the week ****/
.column_header			{ background-color:#f3713d; font-size:12px; font-family: "Trebuchet MS",arial, helvetica; 
						color:#FFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family: "Trebuchet MS",verdana, arial, helvetica; font-weight:bold; }
.footprint A			{ font-size:10px; font-family: "Trebuchet MS",verdana, arial, helvetica; font-weight:bold; }

