/* Default CSS Stylesheet for a new Web Application project */
A:link
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	color: #ffffff;
	border-bottom: 0px;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
BODY
{
	font-family: Arial, Sans-Serif;
}
