body
{
    Font-family : Arial;
    Color : rgb(212 , 212 , 212);
    Background-color : black;
    Font-size : 12px;
    }
a:link
{
    Color : rgb(212 , 212 , 212);
    }
a:hover
{
    Color : rgb(220 , 220 , 0);
    text-decoration : none;
}
a:active
{
    Color : rgb(220 , 220 , 0);
    text-decoration : none;
}
a:visited
{
    Color : rgb(212 , 212 , 212);
    }
image
{
    Border-width : 1px;
    border-color : rgb(0 , 0 , 0);
}