<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">td
{
    font-size: 12px;
    line-height: 20px;
}
body
{
    padding: 0px;
    margin: 0px;
    font-size: 12px; /*line-height: 20px;*/
    background-repeat: repeat-x;
    background-image: url('../../image/body-bg.png');
}
p            { margin-top: 0; margin-bottom: 0 }
form         { margin-top: 0; margin-bottom: 0 }
a:link
{
    text-decoration: none;
    color: #666666;
}
a:hover
{
    text-decoration: underline;
    color: blue;
}
a:visited
{
    text-decoration: none;
    color: #666666;
}
body, p, td
{
    font-family:Verdana, Arial, Helvetica, sans-serif，宋体;
    /*line-height: 20px;*/
    color: #666666;
}
img{
border:0;
} 

div
{
    margin: auto;
}
</pre></body></html>