body {
    margin-left: 0.1vw;
    margin-right: 0.1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

A:link {color: blue}
A:visited {color: gray}
A:active {color: green}
A:hover {text-decoration: none;color: white;background-color:darkgreen}

.body1 {
    background: url('/sgbamboo/images/ibg.jpg') fixed #ffffff no-repeat;
    SCROLLBAR-FACE-COLOR: #c5e5c5;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #c5e5c5;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #c5e5c5;
    SCROLLBAR-DARKSHADOW-COLOR: #c5e5c5
}

.table1 {
    width: 95vw;
}

@media screen and (min-width:500px) {
    body {
        margin: 20px;
        font-size: 10pt;
    }
    .table1 {
        width: 500px;
    }
}