body
{
        background-color: rgb(0,0,0);
        color: rgb(102,255,102);
}
table
{
        table-border-color-light: rgb(102,102,102);
        table-border-color-dark: rgb(51,51,51); 
}
h1
{
        color: rgb(102,153,255);
}
h2
{
        color: rgb(102,153,255); 
}
h3
{
        color: rgb(102,153,255); 
}
h4
{
        color: rgb(102,153,255);
}
h5
{
        color: rgb(102,153,255);
}
h6
{
        color: rgb(102,153,255);
}
a:link
{
        color: rgb(255,153,51); 
}
a:visited
{
        color: rgb(204,102,0); 
} 
a:active 
{
        color: rgb(255,255,0);
}
