what is wrong in this code? css is not working
<style type="text/css">
.mail a:link {
color: grey;
}
.mail a:visited {
color: grey;
}
.mail a:hover {
color: white;
}
</style>
<a class="mail" href="mailto:[email protected]">E-mail: [email protected]</a>