.body {
        font-family: Arial;
        font-size : 11px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        letter-spacing : normal;
        text-decoration : none;
        text-transform : none;

        color : black;
        background : #000000;
        border-bottom-width : 0;
        border-right : 0;
        border-top : 0;
        border-width : 0 0 0 0;
}


td {
    font-family : Arial, Helvetica;
    font-size : 11px;
    color : #000000;
}

.line {
   background : #999999;
}

.style-1 {
        font-family: Arial, Helvetica;
        font-size : 11px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        text-decoration : none;
        text-transform : none;
        color : #000000;
}

.content {
        font-family: Arial, Helvetica;
        font-size : 11px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        text-decoration : none;
        text-transform : none;
        color : #999999;
}

.style-2 {
        font-family: Arial, Helvetica;
        font-size : 20px;
        font-style : normal;
        font-variant : normal;
        font-weight : bold;
        text-decoration : none;
        text-transform : none;
        color : #CC0033;
}


.style-3 {
        font-family: Arial, Helvetica;
        font-size : 12px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        text-decoration : none;
        text-transform : none;
        color : #000000;
}

.style-4 {
        color : #CC0033;
}


a:link {
 text-decoration: none;
 color: #CC0033;
}


a:visited {
 text-decoration: none;
 color: #CC0033;
}


a:hover {
 text-decoration : underline;
 color : #CC0033;
}
a:active {
 text-decoration : none;
 color : #CC0033;
}