a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ae0927;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

body
{
margin:0px;
font-size: 9pt;
background-color: #FFFFFF;
background-position:center;
text-decoration: none;
}
td
{
	font-family:"宋体";
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
}
.leftk
{
border-bottom:#3A7297 1px solid;
border-left:#3A7297 1px solid;
border-right:#3A7297 1px solid;
}
.bkx
{
border:#CCCCCC 1px solid;
}
.white
{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}


.bottom
{
color:#FFFFFF;
}
.bottom a{text-decoration: none;} /* 链接无下划线,有为underline */ 
.bottom a:link {color: #FFFFFF;} /* 未访问的链接 */
.bottom a:visited {color: #FFFFFF;} /* 已访问的链接 */
.bottom a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
.bottom a:active {color: #FFFFFF;} /* 点击激活链接 */

.red
{
color:#FF0000;
}
.red a{text-decoration: none;} /* 链接无下划线,有为underline */ 
.red a:link {color: #FF0000;} /* 未访问的链接 */
.red a:visited {color: #FF0000;} /* 已访问的链接 */
.red a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
.red a:active {color: #FF0000;} /* 点击激活链接 */

.jg
{
color:#FF0000;
font-family:"黑体", "宋体";
font-size:22px;
font-weight:bold;
}