
a{
	text-decoration: none;
	font-size: 13px;
} 

/* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {
	color: #333333;
	text-decoration:  none;	
} /* 已访问的链接 */
a:hover{
	COLOR: #0099FF;
	text-decoration: none;	
} /* 鼠标在链接上 */ 
a:active {color: #FF0000;text-decoration: none;} /* 点击激活链接 */
.wangding{font-size:13px;
color:#000000;
text-align:right;
}

.left{background-image:url(../img/BJ_5.jpg);
font:"黑体";
font-size:13px;}