body,p,ul,li{
    padding: 0px;
    margin: 0px auto;
}
body{
    width: 100%;
    height: 100%;
    color: #666;
}
li,a{
    list-style-type: none;
    text-decoration:none
}
a{
    color: #0f0f0f;
}

a:hover{
    text-decoration:none;
}

a:visited{
    text-decoration:none;
}
h2{
    font-family: 华文中宋;
    color: black;
}
