a:link {

background-color: transparent;

color: white;

text-decoration : none;

    }



a:visited {

background-color: transparent;

color: rgb(225,225,228);

text-decoration : none;

    }



a:hover {

text-decoration : underline;

    }



a:active {

text-decoration : underline;

    }
