body td {              
        font-family: Arial, Helvetica, sans-serif;                    
        font-size: 10pt;
        color: black;
        background-color: #ffffff;
        text-decoration: none;
}

a {
        font-family: Arial, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        color: blue;
        text-decoration: none;
}

a:hover {
        background-color: #ff0;
        font-weight: bold;
        text-decoration: bold;
}

