/* Default CSS Stylesheet for a new Web Application project */



A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}


.av A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:visited	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:active	{	
	text-decoration:	underline;
	color:	#cc3300;
	}	
		
.av A:hover	{	
	text-decoration:	underline;
	color:	#cc3300;
	}
	

LI { color: navy }

