html, body, p, h1, h2, h3, h4, h5, h6,ul,li {
    margin: 0;
    padding: 0;
    /*font-family: MicrosoftYaHei;*/
    /*font-size: 16px;*/
    /*font-weight: normal;*/
    /*font-stretch: normal;*/
    /*letter-spacing: 0;*/
    /*color: #666666;*/
}

a {
    text-decoration: none;
    color: #666666;
}

li {
    list-style: none;
}