<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
a {
-webkit-transition: color 0.25s ease-in 0;
-moz-transition: color 0.25s ease-in;
-o-transition: color 0.25s ease-in 0;
transition: color 0.25s ease-in 0;
color: #333;
text-decoration: none;
font-family: Arial;
font-size: 10pt;
line-height: 16pt;
font-weight: normal;
}
a:hover {
color: #fff;
}
</style>
</head>
<body>
<ul>
<li><a class="link" href="#">home</a> <a class="link" href="#">home</a>
</li>
</ul>
</body>
</html>