a:link	{
	text-decoration: none;
	color: #9f0;
	background: transparent;
	}
	
a:visited	{
	text-decoration: none;
	color: #9f0;
	background: transparent;
	}
	
a:hover	{
	text-decoration: underline;
	color: #0ff;
	background: transparent;
	}
	
a:active{
	text-decoration: none;
	color: #9f0;
	background: transparent;
	}

