@charset "UTF-8";


.text-base > p + p {
	margin-top: -25px;
}
.text-base div p + p {
	margin-top: 25px;
}
.text-base > p small {
	font-size: 100%;
}
.text-base div a {
	text-decoration: underline;
}
