#newsBox{
	border: 2px black solid;
	width: 482px;
	min-height: 100px;
	font-family: arial, sans-serif;
}

#newsHead{
	background-color: #FC6593;
	color: white;
	font-family: arial-black, arial, sans-serif;
	font-size: large;
	padding-left: 6px;
}

.newsBlock{
	min-height: 120px;
	width: 470px;
	padding: 6px;
}

#news1, #news3{
	background-color: white;
}

#news2, #news4{
	background-color: #F9BBD0;
}

.date{
	font-family: arial, sans-serif;
	font-size: x-small;
	padding-bottom: 3px;
}

.headline{
	font-family: arial-black, arial, sans-serif;
	font-size: large;
	padding-bottom: 6px;
}

.news{
	font-size: small;
	text-indent: 15px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	
}
