@charset "UTF-8";
/* CSS Document */

.caption_txt {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    color: #999;
}

body {
    background-image: url();
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000;
}

body, td, th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
}

a {
    color: #fff;
}

    a:visited {
        color: #999;
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    a:active {
        text-decoration: none;
    }