@charset "UTF-8";
#NewsFeed {
font-size:.8ems;
	color:#68676c;
	margin-top: 0;
	margin-bottom: 1em;
	font-family: Gill Sans, Gill Sans MT, Trebuchet MS, Arial, sans-serif;
}

#NewsFeed a:visited {
text-decoration:none;
color: purple;
margin:1px;
font-weight:bold;
}

#NewsFeed a {
text-decoration:none;
color:#037A3E;
margin:1px;
font-weight: bold;
	font-size: 95%;
}

#NewsFeed a:hover {
color:blue;
text-decoration:underline;
font-weight: bold;
	font-size: 95%;
}

#NewsFeed p {
	vertical-align : top;
	text-align : left;
	width:auto;
	background:white;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0 0 1em;
}
