body {
	background: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: SimSun, NSimSun;
        color: #000000;
}

/* These are the styles associated with the various div tags */

#header {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 40px;
	border-bottom: #FF0000 4px solid;
	font-family: FZKai-Z03S;
	font-weight: bold;
	font-size: 20px;
}

.text {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: FZKai-Z03S;
	font-weight: bold;
	font-size: 18px;
}

.textjp {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: "‚l‚r –¾’©", "‚l‚r ƒSƒVƒbƒN";
	font-size: 17px;
}

#footer {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: "Times New Roman", Georgia, Verdana;
	font-size: 16px;
}

/* These are general presentation styles */

h1 {
	font-family: "‚l‚r –¾’©", "‚l‚r ƒSƒVƒbƒN";
	font-size: 26px;
	text-align: center;
}

h2 {
	font-family: "‚l‚r ƒSƒVƒbƒN", "‚l‚r –¾’©";
	font-size: 18px;
	text-align: center;
}

h3 {
	font-family: FZWeiBei-S03S, SimHei;
	font-size: 30px;
	text-align: center;
}

h4 {
	font-family: FZKai-Z03S, SimHei;
	font-size: 20px;
	text-align: center;
}

h5 {
	font-family: FZWeiBei-S03S, SimHei;
	font-size: 20px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #000000;
}