<!DOCTYPE html>
<html>
<head>
<style>
a {
text-decoration: none;
}
a:link {
color: #000;
border-bottom: 1px solid #ff0000;
}
a:visited {
color: #e600e6;
border-bottom: 1px solid #b3b3b3;
}
a:hover {
color: #2d8653;
border-bottom: 1px solid #000099;
}
</style>
</head>
<body>
<p>Visitez notre <a href="https://www.w3docs.com/">site Web</a>.</p>
</body>
</html>