﻿body,td,th{
	font-size:14px;
}

/* 首页的所有链接默认样式 */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}


/*字体链接为白色 宋体 12px==========================*/
#linkbai12 a:link{
    font-size:12px;
    color:#ffffff;
    font-family:"宋体";
    text-align:center
}

#linkbai12 a:visited {
    font-size:12px;
    color:#ffffff;
    font-family:"宋体";
    text-align:center
}
#linkbai12 a:hover {
    font-size:12px;
    color:#ffffff;
    font-family:"宋体";
    text-align:center
}