/* Extra Style sheet to remove boundary around image links */


a:link img {
border: 0px solid #F9F9F9; 
text-decoration: none;
}

a:visited img {
border: 0px solid #F9F9F9; 
text-decoration: none;
}

a:hover img {
border: 0px solid #000000;
}




