/* Default CSS Stylesheet for a new Web Application project */

BODY

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#DA1212;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#DA1212;
	}
TABLE.textarea1
{
	position:relative
	
}
