/* 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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	color: #990066;
	background-color:  Yellow:;
	text-decoration: underline;
}
