<!DOCTYPE html>
<head>
<style>
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: purple;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: green;
background-color: transparent;
text-decoration: underline;
}
</style>
</head>
<html>
<body>
<p><a href="https://www.seek4info.com">Click To Visit Seek4Info</a></p>
</body>
</html>