.news {
	color: #FF9933;
}
.news a:link {
	text-decoration: underline;
	color: #FF9933;
	margin-bottom: 20px;
}

.news a:visited {
	text-decoration: underline;
	color: #FF9933;
	margin-bottom: 20px;
}

.news a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	margin-bottom: 20px;
	background-color: #FF9933;
}
