/* Default CSS Stylesheet for a new Web Application project */


A:link
{
	color: #ffffff;
	text-decoration: none;
}	
		
A:visited
{
	color: #b58215;
	text-decoration: none;
}	
		
A:active
{
	color: #000000;
	text-decoration: none;
}	
		
A:hover
{
	color: #b58215;
	text-decoration: none;
}
