body {
    background-image:
        url('bg/bb1.jpg');
}
table.mainT {
    background-image:
        url('blank.gif');
}
a {
 font-family: Arial;
 font-weight:bold;
 text-decoration: none;
}
/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: ffff99;
}

/* selected link */
a:active {
    color: black;
}

/* unvisited link */
a.act:link {
    color: yellow;
}

/* visited link */
a.act:visited {
    color: yellow;
}

/* mouse over link */
a.act:hover {
    color: ffff99;
}

/* selected link */
a.act:active {
    color: yellow;
}