a.cal_head {
  color: 							#fff;
}
a.cal_head:hover {
  text-decoration:				none;
}
.cal_head {
  background-color:				#d54949;
  color:            				#fff;
  font-family:      				Verdana, Arial;
  font-weight:      				bold;
  font-style:       				normal;
}
.cal_days {
  background-color: 				#ffffc0;
  color:            				#800000;
  font-family:      				Verdana, Arial;
  font-weight:      				bold;
  font-style:       				normal;
}
.cal_content {
  background-color: 				#ffffc0;
  color:            				#000;
  font-family:      				Verdana, Arial;
  font-weight:      				normal;
  font-style:       				normal;
}
.cal_event, .cal_event a, .cal_event a:link, .cal_event a:active, .cal_event a:visited {
  background-color: 				#ffffc0;
  color:            				#800000;
  font-family:      				Verdana, Arial;
  font-weight:      				normal;
  font-style:       				normal;
  text-decoration:				underline;
}
.cal_event a:hover, .cal_event a:visited:hover {
  background-color: 				#ffffc0;
  color:            				#800000;
  font-family:      				Verdana, Arial;
  font-weight:      				normal;
  font-style:       				normal;
  text-decoration:				overline;
}
.cal_today {
  background-color: 				#ffffc0;
  color:            				#800000;
  font-family:      				Verdana, Arial;
  font-weight:      				bold;
  font-style:       				italic;
}