<!-- 

.link1   { font-size: 12px; color: blue; font-family: arial, helvetica; text-decoration: none }
.link1:hover { font-size: 12px; color: red; background-color: #ffffff; text-decoration: underline; font-family: arial, helvetica }

.link2   { font-size: 13px; color: blue; font-family: arial, helvetica; text-decoration: none }
.link2:hover { font-size: 13px; color: red; background-color: #ffffff; text-decoration: underline; font-family: arial, helvetica }

.link3   { font-size: 12px; color: blue; font-family: arial, helvetica; font-weight: normal }
.link3:hover { font-size: 12px; color: blue; background-color: #ffff00; text-decoration: none; font-family: arial, helvetica; font-weight: normal }

.link4   { font-size: 13px; color: blue; font-family: arial, helvetica; font-weight: normal; text-decoration: none}
.link4:hover { font-size: 13px; color: red; text-decoration: underline; font-family: arial, helvetica; font-weight: normal; background-color: #ffffff }


-->