A.wantu:link {
            color: red;
            text-decoration: none;
        }

        A.wantu:visited {
            color: blue;
        }



        A.wantu:hover {
            text-decoration: underline;
            color: green;
        }

        A.wantu:active {
            color: #ff00dc;
        }