@charset "utf-8";
.customfont {
	font-family: Arial, Helvetica, sans-serif;
}
.customfont red {
	color: #F00;
}
.customfont size {
	font-size: 24px;
}
.customfont strong {
	color: #F00;
}
