body {
	background-color: #B1B1D6;
	background-image: url(imgg/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 50px;
	margin-bottom: 50px;
}
td{
	font-family: "Î¢ÈíÑÅºÚ", "»ªÎÄÏ¸ºÚ", "ºÚÌå";
	font-size: 16px;
	color: #333333;
}

.top {
	color: #CC0000;
	font-size: 28px;
	font-family: "Î¢ÈíÑÅºÚ", "»ªÎÄÏ¸ºÚ", "ºÚÌå";
}
.nav {
	font-weight: bold;
	color: #CC0000;
	font-size: 20px;
	font-family: "Î¢ÈíÑÅºÚ", "»ªÎÄÏ¸ºÚ", "ºÚÌå";
}
.red {
	color: #ff0000;
}
a            {
	text-decoration: none;
	color: #52529C;
	font-family: "Î¢ÈíÑÅºÚ", "»ªÎÄÏ¸ºÚ", "ºÚÌå";
	font-size: 20px;
}
a:hover      {
	color: #CC0000;
	text-decoration: none;
}
