html, body, p, td, input, select  { font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size:11px; } 

        a:hover.Menu
        {
                background-color: Transparent;
                text-decoration: underline;
                color: white;
                font-weight: bold;
        }
        a.Menu
        {
                background-color: Transparent;
                text-decoration: none;
                color: white;
                font-weight: bold;
        }

        a:hover.Menu
        {
                background-color: Transparent;
                text-decoration: underline;
                color: black;
                font-weight: bold;
        }
        a
        {
                text-decoration: none;
                color: black;
                font-weight: bold;
        }

