@charset "utf-8";
.Link2:link {
	text-decoration: none;
	color: #000000;
	
}

.Link2:visited {
	text-decoration: none;
	color: #000000;
	
}

.Link2:active {
	text-decoration: none;
	color: #000000;
	
}

.Link2:hover {
	text-decoration: underline;
	color: #000000;
	
