
.link_Text{
	cursor:pointer;
	text-decoration:underline;
	}
	.link_Text:hover{
		opacity:0.5;
		
		}
