/* Default CSS Stylesheet for a new Web Application project */


A:link	{	
	text-decoration:	none;
	color:	#CCCCFF;
	}	
		
body { 
	font-family: Comic Sans MS; 
	font-size: 8px; color: #CCCCFF;
	scrollbar-base-color: #222233;
	}

A:visited	{	
	text-decoration:	none;
	color:	#CCCCFF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#CCCCFF;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}