/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Ariel, Helvetica, sans-serif;
	FONT-SIZE: small;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	background-color: #372902;	
}

A:link	{	
	font-weight:normal;	
	text-decoration:	none;
	color:	#624801;
	}	
		
A:visited	{	
	font-weight:normal;
	text-decoration:	none;
	color:	#624801;
	}	
		
	



		

