/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #ffffff;} /* 未访问的链接 */
a:visited {color: #ffffff;} /* 已访问的链接 */
a:hover{color: #000000;} /* 鼠标在链接上 */ 
a:active {color: #ffffff;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #FFff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #FFff00;}
a.channel2:visited {color: #FFff00;}
a.channel2:hover{color: #ffffff;}
a.channel2:active {color: #FFff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #000000;}
a.bottom:visited {color: #000000;}
a.bottom:hover{color: #005500;}
a.bottom:active {color: #000000;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 9pt;
	background-position:center;
	text-decoration: none;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #ffffff;
	background-color: #da251c;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */

.mun{width:65;height:20;background-color:#ffffff;color:#ff0000;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; btext-align:center;} /* 链接无下划线,有为underline */ 
.mun:link {width:65;height:20;background-color:#ffffff;color:#ff0000;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; text-align:center;} /* 未访问的链接 */
.mun:visited {width:65;height:20;background-color:#ffffff;color:#ff0000;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; text-align:center;} /* 已访问的链接 */
.mun:hover{width:65;height:20;background-color:#ff0000;color:#ffffff;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; text-align:center;} /* 鼠标在链接上 */ 
.mun:active {width:65;height:20;background-color:#ffffff;color:#ff0000;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; text-align:center;} /* 点击激活链接 */

.wenzi{
	font-size: 12px;
	color: #FFFFFF;
} /* 链接无下划线,有为underline */ 

.Guest_title_760{width:100%;height:20;color:#ffffff;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; btext-align:center;}
.main_tdbg_575{width:100%;height:20;color:#ffffff;font-Size:12px;font-family:"宋体";text-decoration:none;	font-weight: bold; btext-align:center;}