a {
text-decoration: none;
}
a:link { color: #3300CC; }
a:visited { color: #99CCFF; } 
body a:hover { color: white; background: #99CCFF; }

img { 
border: solid thin white;
}

 a:hover img{
border: solid thin #99CCFF;
}



