@charset "utf-8";
/* CSS Document */
.ContLink{
	width: 150px;
	height: 35px;
	border: 0px solid #000;
	margin: 0px auto;
}
.ContLink2{
	overflow: hidden;
	border: 0px solid #000;
	margin: 1px auto;
	padding: 2px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #000;
	background: #FFF;
}
.BasicLink{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 5px #000;
	text-align: center;
	padding: 7px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.BasicLink:hover{
	text-decoration: underline;
}
.BasicLink2{
	line-height: 20px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 3px #000;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 5px 10px;
}

.LinkAdd{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
