A:link
{
    COLOR: white
}
A:visited
{
    COLOR: red
}
A:active
{
    COLOR: darkred;
    BACKGROUND-COLOR: powderblue
}
BODY
{
    COLOR: black;
    BACKGROUND-COLOR: skyblue
}
TABLE
{
    table-border-color-light: rgb(51,153,102);
    table-border-color-dark: rgb(0,0,51)
}
H1
{
    COLOR: teal
}
H2
{
    COLOR: teal
}
H3
{
    COLOR: teal
}
H4
{
    COLOR: teal
}
H5
{
    COLOR: teal
}
H6
{
    COLOR: teal
}

