<style>
<!--
   A:LINK   {
    COLOR:blue ;
    TEXT-DECORATION:none;
}
A:VISITED{
    COLOR:magenta ;
    TEXT-DECORATION:none;
}
A:ACTIVE {
    COLOR:red ;
    TEXT-DECORATION:none;
}
A:HOVER  {
    COLOR:red ;
    font-weight : normal;
    text-decoration : underline;
}
TD{
    font-size : x-small;
    line-height : 150%;
    font-weight : 200;
}
LI{
    list-style-position : outside;
    list-style-image : url(images/p_lis016.gif);
}
-->
</style>
BODY{
    background-image : url(images/jan2k1bk2.jpg);
    background-repeat : repeat;
}
