/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	color: white;
}

A:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

