次のコードは、意図した機能を発揮する必要があります。
<head>
<style>
a:active
{
color:teal;
}
a:hover
{
color:green;
...
...
...
<body>
<a href="http://www.google.co.uk">Googs!</a>
...