<!DOCTYPE html>
<html>
<head>
<title>HTML Text Decoration</title>
</head>
<body>
<h2>About</h2>
<p>
Our <a href="/about/about_team.htm" style="text-decoration: none;">Team</a>
comprises of programmers, writers, and analysts.
</p>
</body>
</html>