@charset "gb2312";
/**************************/
/*  易遨科技  */
/*  XH创建于20070326      */
/**************************/

/* 全局CSS定义 */
* {
	font-family: "宋体", "新宋体", "楷体_GB2312"; 
	font-size: 12px;
	color: #000000;
	word-break:break-all;
	word-warp:break-word;
	background-position:left top;
	align:center;
}
body {margin:0; padding:0; background-color: #FFF; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd,embed,select {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
/* 链接颜色 */
a:link {
	color:#000; 
	cursor:hand; 
	text-decoration:none;
}
a:visited {
	color:#000; 
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {
	color:#FF0000;
	text-decoration:none;
	position: relative;
}

