.bg_image {
	background-color: #000000;
}

.body_text {
	font-family: PMingLiU, SimSun, SimHei;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFF66;
	text-decoration: none;
	cursor: crosshair;
}

a:visited {
	color: #CCFF99;
	text-decoration: none;
	cursor: crosshair;	
}

a:hover {
	color: #FFFF66;
	text-decoration: underline;
	cursor: crosshair;
}