@charset "UTF-8";

body {
    background: #ffffff;
    font-size: 12px;
    font-family: "宋体";
    background-attachment: fixed;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

a:hover {
    color: #FFD700;
    text-decoration: underline;
}