Example:

This link will change color when the mouse passes over it.

<style type="text/css">
<!-- 
A:hover {color: aqua}
-->
</style>