<style type="text/css">
    .a{color:red;}
</style><a href="#" onmousedown="this.className='a';">中国</a>

解决方案 »

  1.   

    放在CSS文件中,页面调用:
    --------------------------------------------------a:link {font-size: 12px;color: #000000;text-decoration: none;}
    a:visited { font-size: 12px;color: #000000;text-decoration: none;}
    a:hover {font-size: 12px;color: #FF6600;text-decoration: underline;}
    a:active {font-size: 12px;color: #FF6600;text-decoration: underline;}
    a.a1:link {font-size: 12px;color: #FFFFFF;text-decoration: none;}
    a.a1:visited { font-size: 12px;color: #FFFFFF;text-decoration: none;}
    a.a1:hover {font-size: 12px;color: #FFFFFF;text-decoration: underline;}
    a.a1:active {font-size: 12px;color: #FFFFFF;text-decoration: underline;}
      

  2.   

    固定颜色试试
    <a href="#" style="color:black">aa</a>