.month {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000
}

.january {
	background-color: #BADAF7;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

.february {
	background-color: #A50021;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.march {
	background-color: green;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.april {
	background-color: #F4D8D9;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

.may {
	background-color: #CBDC46;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

.june {
	background-color: #FFC607;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000
}

.july {
	background-color: #FD040A;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.august {
	background-color: #E89633;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.september {
	background-color: #E89633;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.october {
	background-color: #FC4201;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.november {
	background-color: #B5661B;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}

.december {
	background-color: #317404;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff
}