body { 
        font-family: Verdana, Arial, sans-serif; 
        font-size: 10pt;
        color: black; 
}
TABLE {
        font-size: 10pt;
}
a:link { 
        text-decoration: none;
        color: blue; 
        background: none;
}
a:visited {
        text-decoration: none;
        color: blue; 
        background: none;
}
a:active {
        text-decoration: underline;
        color: blue; 
        background: none;
}
a:hover {
        text-decoration: underline;
        color: blue;
        background: none;
}

