td {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #424041;
        text-decoration : none;
}


A {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #0073A9;
        font-weight: normal;
        font-style: italic;
        text-decoration : none;
}

A:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: red;
        font-weight: normal;
        text-decoration : underline;
        /*background-color: #e6e6e6;*/
}


.adr{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #424041;
        font-weight: bold;
        text-decoration : none;
}


