div#bottommenu{
    margin: 0;
    padding:0;
    border: 0;
    height: 28px;
    font:11px/28px SimSun;
    text-align:center;
    color:#ccc;
    }
    
    
    div#bottommenu a:link,div#bottommenu a:visited,div#bottommenu a:active{
    margin:0px 5px 0px 2px;
    font:12px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
    text-decoration: none;
    color:#ccc;
    }
    
    div#bottommenu a:hover{
    margin:0px 5px 0px 2px;
    color:#ccc;
    font:12px/28px 'Microsoft YaHei','SimSun',Arial,Sans-Serif;
    text-decoration: underline;
    }