A
{Text-Decoration: None;}

A:hover
{Text-Decoration: Underline;}

.img_over
{border-style: solid; margin: 0px; border-width: 2px; }
   
.img_out
{border-style:none; margin: 2px}

/*
to use img_over & img_out add the following line to IMG tag:

class=img_out onmouseout="this.className='img_out';" onmouseover="this.className='img_over';"

Or add "id=name" to IMG tag and "name.className=" to A HREF tags.

*/
