@charset "UTF-8";
.usefulLink {
	display: block;
	margin-top: 25px;
	text-align: center;
}
.linkLabel {
	display: block;
	margin-top: 6px;
}
a {
	color: #03F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
