/* Default CSS Stylesheet for a new Web Application project */
/* Name: Styles.css
   Author: Paresh
   Created Date: 3rd September'05
   Modified Date: 5th september'05
   Description: This Style Sheet is used as an external entity 
                can be linked into form, provides Style for diff 
				web controls like Grid, Buttons, other HTML 
				controls etc.. */	 

A:link	{	
	text-decoration:	none;
	color:	maroon;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	green;
	}	
		
A:hover	{	
	text-decoration:	underline;
	  
	color:	green;
	}