.calendar {
					margin-left: 10%;
  				margin-right: 10%;
					background-color: #ffff99;
					border: solid thin;
					font-size: 1em;
					font-weight: normal; 
				 	font-style: normal;
					padding: 1em; 		 	
}

.year{
 			text-align: center;
			background-color: #FFD050;
			font-size: 1.75em;
			font-weight: bold; 
			font-style: normal; 
			width: 100%;
			border: none;
			padding: .2em;
}

.month {
			 text-align: center;
			 width: 50%;
			 border: none;
			 background-color: #99ccff;
			 font-size: 1.25em;
			 font-weight: bold; 
			 font-style: normal; 		 	
}

.day{
			 font-weight: bold; 
			 text-decoration: underline;  
		   color: black;
}

DL EM {
	font-weight: bold;
}

.desc {
	color: black;
}