/* ===================网站链接总的css定义:可定义内容为链接字体颜色、样式等=============== */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #7CCB22;} /* 鼠标在链接上 */ 
a:active {color: #ff0000;} /* 点击激活链接 */

/* ================================网站图片连接====================== */
a.nav:link       {
	text-decoration: none;
	color: #cc0000;
}
a.nav:visited    {color:#FF0000;text-decoration: none}
a.nav:hover     {
	color:#FF9900;
	text-decoration: none;
	position: relative;
	lift: 1px;
	left: 1px;
	top: 1px;
}
a.nav:active      {color:#3399ff;text-decoration: underline}

/*站内关键字连接  #1d9c8b */
a{text-decoration: none;}
a.line:link {color: #000000;}
a.line:visited {color: #000000;}
a.line:hover{color: #000000;}
a.line:active {color: #000000;}
/*====================*/

/*站内关键字连接*/
a{text-decoration: none;}
a.line1:link {color: #FF0000;}
a.line1:visited {color: #FF0000;}
a.line1:hover{color: #FF0000;}
a.line1:active {color: #FF0000;}
/*====================*/

table        { font-family: 宋体; font-size: 9pt ;color: #000000;letter-spacing: 1pt}
body         { font-family: 宋体; font-size: 9pt }
h1           { font-family: 宋体; font-size: 14;color: #cc0000;line-height: 120%;}

/*您现在的位置*/
.line_wz
{color:#990000}


/* 主标题文字颜色定义 */
.line_title
{
color: cc0000;font-weight:bold;
}

/* 价格 */
.line_money
{color:#FF0000}

/*白色*/
.line_font1
{color:#FFFFFF;font-weight:bold}

body {
	background-color: #006600;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.x_line
{background:url(/images/xxline2.gif);height:20;}