<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/strict.dtd">[/URL]
<html lang="en">
<head>
<style>
a:hover.top{
color:red;}
a:hover.bot{
color:green;}
</style>
</head>
<body >
<a href="test"[COLOR=red] class = "top"[/color]>test2</a>
<a href="test1"[COLOR=red] class = "bot"[/color]>test1</a>
</body>
</html>