.month {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: blue;
	text-transform: uppercase;
	text-align: center;
}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20;
	font-weight: bold;
	text-transform: uppercase;
}

.details{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.detailscentered{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
