.blue {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.blue_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.red_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
