/* contentshow css */

#newsfeed {
	color: #333333;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: sans-serif;
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */
	background-color: white;
	text-align: center;
}

#newsfeed a {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	padding: 4px;

	font-size: 85%;
	color: #333;
	text-decoration: none;
}

#newsfeed a:hover {
	text-decoration: underline;
	color:#990000;
}
