/* Default CSS Stylesheet for a new Web Application project */


	.Link
{
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #ff0066;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	
}
A:link	{	
	text-decoration:	none;
	color:	#004040;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #003366;
	background-color: lightblue;
	text-decoration: none;
}
