<style>
a:link
{
        color: rgb(0,51,0);
}
a:visited
{
        color: rgb(0,153,0);
}
a:hover
{
        color: red;
}
a:active
{
        color: rgb(102,51,0);
}
body
{scrollbar-base-color : rgb(255,234,153);
 scrollbar-face-color : rgb(255,202,102);
 scrollbar-highlight-color: rgb(255,255,153);
 scrollbar-shadow-color: rgb(102,0,0);
 scrollbar-arrow-color: rgb(255,0,0);}

{
        background-color: rgb(255,255,153);
        color: rgb(0,51,0);
}
table
{
        table-border-color-light: rgb(102,51,0);
        table-border-color-dark: rgb(102,0,51);
}
h1
{
        color: rgb(102,0,0);
}
h2
{
        color: rgb(0,51,0);
}
h3
{
        color: rgb(0,102,51);
}
h4
{
        color: rgb(204,51,51);
}
h5
{
        color: rgb(51,153,153);
}
h6
{
        color: rgb(153,51,51);
}
</style>.