.body
{
    font-family : Arial, sans-serif;
    font-size : 11px;
}
.menu
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 11px;
    color : rgb(255 , 255 , 255);
}
a:link
{
    color : rgb(0 , 0 , 153);
}
a:visited
{
    color : rgb(0 , 0 , 153);
}
a:hover
{
    color : rgb(153 , 0 , 0);
}
.menu a:link
{
    color : rgb(255 , 255 , 255);
    text-decoration : underline;
}
.menu a:visited
{
    color : rgb(255 , 255 , 255);
    text-decoration : underline;
}
.menu a:hover
{
    color : rgb(0 , 0 , 0);
    text-decoration : underline;
}

