﻿body, td, th
{
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    color: #666;
}
body
{
    background-image: url(../image/bg.jpg);
    background-repeat: repeat-x;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
a:link
{
    color: #666;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #666;
}
a:hover
{
    text-decoration: none;
    color: #f00;
}
a:active
{
    text-decoration: none;
}
.foot
{
    color: #fff;
}
.foot a
{
    color: #fff;
}
.foot a:hover
{
    color: #f00;
}
.foot a:visited
{
    color: #fff;
}