<style>
A:link
{
}
A:visited
{
}
A:active
{
}
BODY
{
    BACKGROUND-COLOR: lightgoldenrodyellow
}
TABLE
{
    BACKGROUND-COLOR: lightgoldenrodyellow
}
H1
{
}
H2
{
}
H3
{
}
H4
{
}
H5
{
}
H6
{
}
TABLE TD
{
    BACKGROUND-COLOR: lightgoldenrodyellow
}
TD#HEAD
{
    BACKGROUND-COLOR: royalblue;
    COLOR: white;
    FONT-SIZE: 10pt
}
TABLE#table1
{
    FONT-SIZE: 10pt
}
TD#even
{
    BACKGROUND-COLOR: powderblue
}
TD#odd
{
    BACKGROUND-COLOR: lightgrey
}
TD#even1
{
    BACKGROUND-COLOR: lightpink
}
TD#sil
{
    BACKGROUND-COLOR: gray;
    COLOR: white
}
TD#teal
{
    BACKGROUND-COLOR: cyan
}
TD#grandtotal
{
    BACKGROUND-COLOR: purple;
    COLOR: white
}
TD#total
{
    BACKGROUND-COLOR: darkorange;
    COLOR: white
}
TD#subtotal
{
    BACKGROUND-COLOR: plum
}
</style>.
