	body{
		background-color:#ffffff;	/* 页面背景色 */
	}
	p{
		font-size:13px;				/* 段落文字大小 */
	}
	p.title1{						/* 左侧标题 */
		text-decoration:none;	/* 下划线 */
		font-size:18px;
		font-weight:bold;			/* 粗体*/
		text-align:left;			/* 左对齐 */
		color:#e98420;				/* 标题颜色 */
	}
	p.title2{						/* 右侧标题 */
		text-decoration:underline;
		font-size:18px;
		font-weight:bold;
		text-align:right;
		color:#59340a;
	}
	p.content{						/* 正文内容 		line-height:1.2em;			/* 正文行间距 */
		margin:0px;
	}
	img.pic1{
		float:left;					/* 左侧图片混排 */
		margin-right:10px;			/* 图片右端与文字的距离 */
		margin-top:15px;
		margin-bottom:5px;
	}
	span.first{						/* 首字放大 */
		font-size:60px;
		font-family:黑体;
		float:left;
		font-weight:bold;
		color:#59340a;				/* 首字颜色 */
	}
	/* lines for odd and even rows */
	td.oddSeparator{
    }
	/* lines for odd and even rows */
	td.evenSeparator {
		bottom-border:1px solid #E0EBFA;
	    }

	table.blockborder {
		border:4px solid #E0EBFA;
	    }
	/* xSelling */
	th.xselling {
	    padding-top: 1px;
	    padding-bottom: 4px;
	    background: #fff;
	    text-align: left;
	    color: #195188;
	    }

	th.xsellingSeparator {
	    border-bottom: 1px solid #195188;
	    }