/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    margin:0px;
}

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;
	}

P
{
	font-size:12px;
}	

ul
{
	margin:15 px;
	font-size:12px;
}
li
{
	font-size:12px;
}
