/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: arial, Verdana western, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
	color:	#CCCCCC;
}


A:link	{	
	text-decoration:	none;
	color:	#BCAFA7;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#BCAFA7;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#BCAFA7;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#FFCC00;
	}