<html>
<body>
<a href="test.html" style="{color: blue; background: white} :visited {color: red} :hover {background: red} :visited:hover {color: red}">
Test
</a>
</body>
</html>
What is preventing the setting of a hover
attribute on this particular element?