#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.month {
	font-size: small;
	background-color: #CCAACC;
}
.dayname {
	background-color: #CC99CC;
}
.show1 {
	background-color: #396FB1;
}
.show2 {
	background-color: #A66B22;
}
.show3 {
	background-color: #8F6EBD;
}
.show4 {
	background-color: #5D9A86;
}
.show5 {
	background-color: #668138;
}
.show6 {
	background-color: #D55353;
}
.showXmas {
	background-color: #D70018;
}

