body {
	font: 11px/18px Verdana, "宋体";
	background-color: #DECE8B;
	background-image: url(body_bak.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	color: #925401;
}
* {
	margin: 0px;
}
a:link,a:visited {
	color: #925401;
	text-decoration: underline;
}
a:hover {
	color: #925401;
	text-decoration: none;
}


.canvas {
	width: 800px;
	margin: 0px auto;
}
.content {
	padding: 0px 25px 15px 25px;
	background-color: #EBE0AD;
}
.content h1 {
	font-size: 14px;
	line-height: 22px;
	color: #954904;
	margin-bottom: 10px;
	padding-top: 10px;
}
.content p {
	text-indent: 2em;
}
.content .title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.content table {
	background-color: #925401;
}
.content table td,.content table th {
	background-color: #E9DCA3;
}

.content table p {
	text-indent: 0em;
	text-align: center;
}
.footer {
	line-height: 40px;
	color: #FFFFFF;
	background-color: #925401;
	text-align: center;
}
