@charset "utf-8";
/* CSS Document */

a
	{
	text-decoration: none;


	}
	
a:visited
	{
	border: none;
	}
	
a:hover
	{
	color: #9C0;
	}

