.calendar{
position: absolute;
	left: 36px;
	top: 400px;
	border: 0px;
}
.month{
font-family: Arial, Helvetica, sans-serif;
color: white;
vertical-align: bottom;
	font-size: 11pt;
	font-weight: bold;
}
.day{
font-size: 360%;
font-weight: bold;
color: #476467;
}
.dayofweek{
color: #3e6497;
}