#newsBox {
	margin-top: 10px;
}
#newsBox .newsDay {
	text-align: right;
	margin-bottom: 5px;
}
#newsBox .newsTitle {
	text-align: center;
	background-color: #FFECED;
	padding: 5px;
	font-weight: bold;
	color: #333;
	margin-bottom: 1em;
}

