﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    background-color: #FDFDEE;
}
img
{
    border-width: 0px;
    display: block;
}
.overflow
{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
A:visited
{
    color: #000000;
    text-decoration: none;
}
A:active
{
    color: #ff0000;
    text-decoration: none;
}
A:hover
{
    color: #ff0000;
    text-decoration: none;
}
A
{
    color: #000000;
    text-decoration: none;
    text-align: left;
}