.foot {
	line-height: 180%;
}
.menu {
	line-height: 170%;
}
.logofoot {
	line-height: 120%;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
background-position:center;
text-decoration: none;
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
font-family:宋体;font-size: 10pt;line-height: 120%; 
}
/* 顶部用户登录文字链接的css定义 */
.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */

/* 站内链接文字颜色定义 */
a.tops{text-decoration: underline;}
a.tops:link {color: #ff0000;}
a.tops:visited {color: #ff0000;}
a.tops:hover{color: #000000;}
a.tops:active {color: #000000;}
