/* css comments */

body {
	background: #E9F0C7;	
}

#calendarDiv{
	margin:0 auto;
	width:800px;
	border:thick ridge #030;
	padding:25px;
	background:#FFFFFF;
	font: 14pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #745708;
}

#description {
	line-height:5px;
}

#calendarYear {
	line-height:20px;	
}

#quarter {
	line-height: 75px;	
}

#calendars, #calendarYear, #quarter {
	font-weight: bold;
}
