A:visited { color: blue; 
			     text-decoration: none;
}

A:link { color: blue;
		    text-decoration: none; 
}   
 
A:hover { color: green;
      		   text-decoration: none; 
}

newsfeedStyle, a.newsfeedStyle { text-color: black;
text-decoration: none;
font-size: 10px
}