BODY, TD {
        
        SCROLLBAR-FACE-COLOR: #00000;
        SCROLLBAR-HIGHLIGHT-COLOR: white;
        SCROLLBAR-SHADOW-COLOR: silver;
        SCROLLBAR-3DLIGHT-COLOR: silver;
        SCROLLBAR-ARROW-COLOR: #FFFF00;
        SCROLLBAR-TRACK-COLOR: black;
        SCROLLBAR-DARKSHADOW-COLOR: black;
        SCROLLBAR-BASE-COLOR: black;
        background-image: url("image/b001.jpg");
        background-color:#000000;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        font-family: Comic Sans MS CE;
        font-size: 100%;
        text-align: justify;
        margin : 0 9 0 9;
}

H1 {
        font-weight: bold;
        font-size: 15pt;
        font-variant: small-caps;
        color: #FFFF33;
        text-decoration: none;
        text-align: left;
}

H2 {
        font-weight: bold;
        font-size: 20pt;
        font-variant: small-caps;
        color: #FFFF00;
        text-decoration: none;
        text-align: center;
}

H3 {
        font-size: 13pt;
        color: #55AAFF;
}

H4 {
    font-size: 11pt;
        font-variant: caps;
        font-weight: bold;
        color: #CC0000;
        }

H5 {
        font-size: 11pt;
        color: #CC0000;
}
        
H6 {
        font-weight: bold;
        font-size: 30pt;
        color: #FF0000;
        text-decoration: underline;
        text-align: center;
}
                
A {
        text-decoration: none;
        color:  #FFFF33;
}

A:Hover {
        text-decoration: underline;
        color: #990000;
}

HR {
        color: #0099FF;
        height: 1pt;
}

