<!DOCTYPE html>
<!-- text-decoration002.html -->
<html>
<head>
<style>
#seconda {
text-decoration : none;
}
</style>
</head>
<body>
<a href="#" id="firsta"> Link with default decoration </a>
<br>
<a href="#" id="seconda"> Link with default decoration </a>
</body>
</html>