.newsItem{
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #A78453;
	width:98%;
}

.newsItem .image{
	width:90px;
	float:left;
}

.newsItem .details{
	width:300px;
	float:left;
	padding-left:5px;
}

.newsItem a:link{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #A78453; }
.newsItem a:visited{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #A78453; }
.newsItem a:hover { font-family:Arial, Helvetica, sans-serif; text-decoration:underline; color: #cccccc; }
.newsItem a:active{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #cccccc; }
