*
{
    margin: 0;
    padding: 0;
}
body
{
    color: #333;
    font-size: 12px;
    font-family: "ËÎÌå";
    margin: 0 auto;
    text-align: center;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #C90000;
    text-decoration: underline;
}
img
{
    border: 0;
}
.bj
{
    background-image: url(../images/index_02.jpg);
    background-repeat: repeat-x;
}

