@font-face {
    font-family: 'weimihei';
    src: url('WenQuanWeiMiHei.woff2') format('woff2'),
        url('WenQuanWeiMiHei.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: 'weimihei', Arial, sans-serif;
    background-color: #808080;
    color: #000000;
    font-size: 18px;
}

a {
    text-decoration: none;
}

table {
    width: 800px;
    margin: 0 auto;
}

.bar {
    text-align: center;
    height: 2em;
    border-collapse: collapse;
    border-width: 3px;
    border-style: solid;
    border-color: #0000ff;
    background-color: #ccccff;
}

.bar td {
    border-width: 1px;
    border-color: #0000ff;
}

.big_text {
    font-size: 1.5em;
}

.page {
    width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 0.5em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 3em;
    white-space: normal;
    box-sizing: border-box;
    text-indent: 2em;
}
