/* CSS Document */

.news, .news:link, .news:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5a5a5a;
	text-align:justify;
	text-decoration:none;
	font-weight:normal;
	}
.news:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5a5a5a;
	text-align:justify;
	text-decoration:underline;
	font-weight:normal;
	}
