dovresti usare filter.......così:

<html>
<head>
<title>Untitled</title>
<style>
#tab2 {
text-decoration:none;
font-size: 25px;
filter: glow(color:blue, strength=1) chroma();}
#tab2 a:link {
font-size: 25px;
</style>

</head>

<body>

<table id="tab2" border=0 height=50>
<td>
TITOLO sito internet
</td>
</table>

</body>
</html>