/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	color:	#ffffff;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#ffffff;
	}
