@charset "UTF-8";
.base-link2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #39C;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
	border-radius: 20px 20px 0px 0px;
}
