.text-s {
	font-size: 10px;
	line-height: 12px;
}
.text-m {
	font-size: 12px;
	line-height: 15px;
}
.text-l {
	font-size: 14px;
	line-height: 16px;
}
.white-M {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #6699ff;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
