@charset "UTF-8";
.Regular_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.Bold_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FF3399;
	font-weight: bold;
	text-decoration: none;
}

