a:link {
        text-decoration: none;
        color: blue;
}



a:visited {
        text-decoration: none;
        color: blue;
}



A:active {
        text-decoration: none;
        color: blue;
}



A:hover {
        text-decoration: underline;
        color: #FF0000;
}



td {
        background-color : #F0F0F0;
        font-family : arial,helvetica;
        font-size : 14px;
        color: Black;
}



th {
        background-color : #D5E0F2;
        font-family : arial,helvetica;
        font-size : 14px;
        color: Black;
}



body {
        background-color : #F0F0F0;
        font-family : arial,helvetica;
        font-size : 14px;
        color: Black;
}