/* CSS Document */
a.news:link {
	text-decoration: none; 
	color:#777777;
}

a.news:visited {
  text-decoration: none; 
  color:#777777;
}

a.news:hover {
	text-decoration: underline; 
	color:#9F1B29;
}


