/* Default CSS Stylesheet for a new Web Application project */
	
A:link	{	
	font-family:verdana;Arial Unicode MS ;
	text-decoration:	none;
	color:	brown;
	font-size:xx-small;
	}		
		
A:mailto  {	
	font-family:verdana;Arial Unicode MS ;
	text-decoration:	none;
	color:	brown;
	font-size:xx-small;
	}	
A:visited	{	
	font-family:verdana;Arial Unicode MS ;
	text-decoration:	none;
	color:	brown;
	font-size:xx-small;
	}	
		
A:active	{	
	font-family:verdana;Arial Unicode MS ;
	text-decoration:	none;
	color:	red;
	font-size:xx-small;
	}		
		
A:hover	{
	font-family:verdana;Arial Unicode MS ;	
	text-decoration:underline;
	color:brown;
	font-size:xx-small;
	BACKGROUND-COLOR: lemonchiffon;
	}
