a:hover
	{
	text-decoration:underline;
	color:white;
	cursor:hand
	}
	
a
	{
	text-decoration:none;
	color:white;
	cursor:hand
	}