#main {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #0A42A5;
}
#title {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #F06EA9;
}
h4 {
	font-family: "Comic Sans MS";
	color: #0000FF;
}
h3 {
	font-family: "Comic Sans MS";
	color: #F06EA9;
}
#month {
	font-family: "Comic Sans MS";
	font-size: 16px;
	background-color: #FFCCFF;
	font-weight: bold;
	text-transform: lowercase;
	width: 200px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99CCFF;
	border-bottom-color: #99CCFF;
}
#main #gig_name {
	font-weight: bold;
	color: #000000;
}
#calendar_date {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	background-color: #E968A7;
	text-indent: 8px;
	white-space: normal;
}
