リンク毎にリンク文字や背景の色を変える

サンプル2
<SPAN STYLE="color:red;background:white"
onMouseOver="style.background='blue'"
onMouseOut="style.background='white'">サンプル2</SPAN>

サンプル3
<SPAN STYLE="color:blue"
onMouseOver="style.color='yellow';style.background='red'"
onMouseOut="style.color='blue';style.background='none'">サンプル3</SPAN>