div, body, ul, li, table, td, tr {
    border: 0;
    margin: 0;
    font-family: '宋体', 宋体, 'SimSan', SimSan;
    font-size: 20pt;
}

.round {
    padding: 2px;
    width: 128px;
    height: 50px;
    border: 4px solid #c7a985;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.biground {
    padding: 2px;
    width: 128px;
    height: 50px;
    border: 4px solid #FFD8F2;
    -moz-border-radius-topleft: 26px;
    -moz-border-radius-bottomleft: 26px;
    -webkit-border-top-left-radius: 26px;
    -webkit-border-bottom-left-radius: 26px;
}

.round2 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.round3 {
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.default_bg_color {
    background-color: #FFD8F2;
}

html, body {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.font_color {
    color: #A349A4;
}

.h3 {
    font-size: 22pt;
}

.h1 {
    font-size: 24pt;
}



.a1:visited {
    color: #A349A4;
}

.a1 {
    color: #A349A4;
    font-size: 28pt;
}




.a2:visited {
        color: #A349A4;
        text-decoration:none;
    }

.a2 {
    color: #A349A4;
    text-decoration: none;
}


.a3:visited {
    color: #A349A4;
    text-decoration: none;
}

.a3 {
    color: #A349A4;
    text-decoration:none;
}