#content_hold img {
display: inline;
}
A { 
font-family:arial, helvetica; 
color:#00F; 
text-decoration:underline 
}

SPAN { 
font-family:arial, helvetica 
}

TD { 
font-family:arial, helvetica 
}

/**** month and year header at top of calendar ****/
.date_header { 
font-size:20px; 
font-family:arial, helvetica; 
font-weight:bold ;
color: #ffffff;
}

/**** color and size of calendar cells.  ****/
.day_cell { 
background-color:#d07fe4; 
height:80px; 
width: 97px; 

}

.empty_day_cell	{ 
background-color:#4f4f4f; 
height:80px; 
width: 95px; 

}

.today_cell { 
background-color:#e69ada; 
height:80px; 
width: 95px; 

}

/**** day number in upper left corner of each cell ****/
.day_number { 
font-size:11px; 
font-family:verdana, arial, helvetica; 
color:#fff;
font-weight: bold;
float: left;
margin-left: 3px;
}

/**** title_txt is the text for each post on main page ****/
.title_txt { 
font-size:12px; 
font-weight: bold;
font-family:verdana, arial, helvetica; 
color:#fff; 
float: left;
width: 100px;
height: 42%;
background: #f242d6;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}



/**** time line under title text when event time given ****/
.time_str { 
font-size:11px; 
font-family:arial, helvetica;
color: #fff;
font-weight: bold;
float: left;
width: 100px;
height: 39%;
text-align: center;
background: #f242d6;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

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

/**** footprint text ****/
.footprint { 
font-size:4px; 
font-family: verdana, arial, helvetica; 
color:#000; 
font-weight:bold; 
}

.footprint A { 
font-size:10px; 
font-family:verdana, arial, helvetica; 
color:#333; 
font-weight:bold; 
}

.column_header2 {
color: #ffffff;
font-size: 18px;
font-weight: 900;
font-family: serif;
}


