

    .text {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: black;
    margin-left: 14mm;

    }

       .text A:link {
    color: red;
    text-decoration: none;
    }

        .text  A:visited {
    color: red;
    text-decoration: none;
    }

       .text  A:hover {
    color: orange;
    text-decoration: underline;
    }