Не знаю как этот скрипт назвать, но в общем ссыль увеличивается в размере, при наведении курсора
Code
<style> .bigChange {font-family:arial; color:blue; font-weight:bolder; font-size:175%; letter-spacing:4px; text-transform: uppercase; background:yellow} .start {font-family:arial; color:yellow; background:navy} </style>
<p align="center"><script LANGUAGE="JAVASCRIPT"> function highlightButton(s) { if ("INPUT"==event.srcElement.tagName) event.srcElement.className=s } </script> <font face="arial" size="1"><a target="_top" href="АДРЕС САЙТА"><span onmouseover="this.style.fontSize = 'larger'" onmouseout="this.style.fontSize =''" style="color:red">ВАШ ТЕКСТ</span> </font></p>