/* Default CSS Stylesheet for a new Web Application project */


body         { font-family: Arial; color: #CC6600; background-color:#593C1E}

A:link	{	
	text-decoration:	none;
	color:	#FFD57D;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FFD57D;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFD57D;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FFFFCC;
	}