.news_item {
	background-color: #ffffba;
	border-radius: 10px;
	padding: 10px;
	width: 750px;
	float:left;
	clear:right;
	margin-left:20px;
	margin-bottom: 20px;
	min-height: 140px;
	box-shadow:0px 0px 5px gray;
}


.news_items {
	background-color: #7fc7ff;
	border-radius: 10px;
	padding: 10px;
	width: 750px;
	float:left;
	clear:right;
	margin-left:20px;
	margin-bottom: 20px;
	min-height: 140px;
	box-shadow:0px 0px 5px gray;
}


.news_item:nth-child(2n) {
	float:right;
	clear:left;
	margin-right:20px;
}

.news_items:nth-child(2n) {
	float:right;
	clear:left;
	margin-right:20px;
}

p.h {
	color: #fe8f00;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding:0;
	margin:0;
}

p.g {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding:0;
	margin:0;
}

p.text {
	font-family:Calibri; 
	font-size:12pt; 
	color:#000;
}

.news_page {
	margin-top:20px;
	float:left;
	width:100%;
	clear:both;
}