/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #797979;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
}

A:link	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#333333;
	}