No cecí esto te sirva
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css" media="all">
a:link {
color: #FF4000;
text-decoration: none;
}
a:hover {
color: #fff;
text-decoration: none;
}
</style>
<title></title>
</head>
<body>
<a href="" >link</a>
</body>
</html>