@charset "utf-8";
/* CSS Document */

.news{
	color: #000000;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:666px; /*426px;*/
	float:left;
	padding-right:6px;
}
/*same as feature list, events list, feature box, community list*/
.news a:link,
.news a:visited{
		color: #2483c6;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;		 
		font-size:12px;		
}

.news a:hover{
		color: #99c5e4;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		
}
.news a:active{
		color: #2483c6;
		text-decoration:none;
		font-family:Verdana, Geneva, sans-serif;		 
		font-size:12px;				
}
