﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d7d8d9;
	font-size:12px;
}
.title{
 line-height:25px; font-weight:bolder; text-align:center;
}

.time {
	font-family: "宋体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

Img{border:none;}

/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
        FONT-SIZE: 12px;
	font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
	color: #505050;
}


th {
        FONT-SIZE: 12px;
	font-family: "宋体", "楷体_GB2312", "黑体", "隶书";
	color: #505050;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{
	text-decoration: none;
	font-size: 12px;
} 
/* 链接无下划线,有为underline */ 
a{color: #505050; text-decoration:none;} /* 未访问的链接 */
a:hover{COLOR: #FF0000; text-decoration:none;} /* 鼠标在链接上 */ 

.Main_menu{display:block; padding:0 0 0 20px; color:#FFFFFF; font-weight:bold; line-height:21px; background:url(../Img/menu_Ico.gif) left center no-repeat; text-decoration:none;}
.Main_menu:hover{color:#000000;}


.kj
{
	width:790px;  border:0px; background:#FFFFFF; margin-left:auto;margin-right:auto; border-bottom:1px solid #cccccc;
}

