@charset "utf-8";

.red {
	color: #FF0000;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blue {
	color: #3333FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.blue strong {
	color: #3333FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.blue .red {
	color: #FF0000;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
