/* Default CSS Stylesheet for a new Web Application project */

BODY,BUTTON,INPUT,TABLE,TH,TR,TD,DL,DT,OL,UL,SPAN
{
	font-size: x-small;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}

A:link
{
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}	
		
A:visited	{	
	font-size: x-small;
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	font-size: x-small;
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	font-size: x-small;
	text-decoration:	underline;
	color:	#000000;
	}
