.newsclass{
	width: 160px;
	height: 130px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;

}

.newsbox {
	width: 160px;
	height: 120px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.newsclass a {
	text-decoration: none;
	color: #1F9584;
}

.newsclass a:hover {
	text-decoration: underline;
	color: #1F9584;
}

.rsstitle { /*shared class for all title elements in an RSS feed*/
	font-weight: bold;
	font-size: 16px;
}

.rssdate { /*shared class for all date elements in an RSS feed*/
	color: gray;
	display:none;
	font-size: 10px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-size: 12px;
}
