<html><head>
<style type="text/css">
<!--
a {
color: #0000FF;
}
a:hover {
color: #FF0000;
}
-->
</style>
</head><body>
<a href="#">aa</a>
<a href="#">bb</a>
<a href="#">cc</a>
</body>
</html>