@charset "utf-8";
.main-text {
	font-family: sans-serif;
	font-size: .8em;
	color: #000000;
	text-decoration: none;
}
.black-text-sm {
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pink-text {
	font-family: sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: E30D68;
	text-decoration: none;
}
.white-text-bold-header {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
