@charset "utf-8";
/* CSS Document */

#data{
	border:1px solid #00aeef;
	border-collapse:collapse;
	text-align:center;
	color:#341a1a;
	width:450px;
	left:0em;
	}
.Light{background:#9fe0fa;}
#data td{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	line-height:1.2em;
	}
#col_title td{
	background:#00aeef;
	font-size:18px;
	line-height:40px;
	font-family:"微软雅黑";
	}

#Words{
	width:380px; height:auto;
	font-family:"微软雅黑", "幼圆";
	font-size:16px;
	line-height:1.6em;
	border:3px solid #bbb;
	position:absolute;
	left:535px; top:80px;
	padding:15px;
	}
#Words p{text-indent:2em; color:#341a1a;}