BODY {
        text-decoration : none;
        font-family : Trebuchet MS, verdana, arial, helvetica, helv, sans-serif;
}

A:ACTIVE,  A:LINK, A:VISITED {
        color : #006699;
        background : transparent;
        text-decoration : none;
        font-weight : bold;
}

A:HOVER {
        color : Black;
        background : #CCFFFF;
        text-decoration : none;
        font-weight : bold;
}

