/*www.88yn.com 2006C*/
/*网站链接总的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}

/*定义站点、表格、标题1字体大小*/
table        { font-family: 宋体; font-size: 9pt ;color: #000000;letter-spacing: 1pt}
body         { font-family: 宋体; font-size: 9pt }
h1           { font-family: 宋体; font-size: 16;color: #cc0000;line-height: 120%;}

/*您现在的位置*/
.mddzn_wz
{color:#990000}


/* 主标题文字颜色定义 */
.mddzn_title
{
color: cc0000;font-weight:bold;font-size: 18;line-height: 150%;
}

/* 文章内容样式 */
.mddzn_txt
{font-size: 9pt; line-height: 20px; margin-left: 28px;}

/*白色*/
.line_font1
{color:#FFFFFF;font-weight:bold}