div.login_fly a:active  {
	color 			: #000000;
	text-decoration : none;
	
}


div.login_fly a:hover  {
	color 			: #ffa07a;
	font-weight 	: 600 ;
	text-decoration : underline;
}

div.login_fly a:link  {
	color 			: #336699;
	font-weight 	: 600 ;
	text-decoration : none;
}

div.login_fly a:visited  {
	color 			: #778899;
	font-weight 	: bold ;
	text-decoration : none;
	
}

div.login_fly {
	z-index 	: 100;
	left		: 1000px;
	top			: 2px;
	position	: absolute;
	font-size	: 10px;
	font-weight	: bold;
}