/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: small;
}

IMG
{
	border: 0px;
}

A:link	
{
	text-decoration:	none;
	color:	#417A00;
	}	
		
A:visited	
{
	font-family: Arial;
	text-decoration:	none;
	color:	#2E5700;
	}	
		
A:active	
{
	text-decoration:	none;
	color:	#417A00;
	}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#2E5700;
	}
	
	
	