<STYLE type="text/css">

/* this ensures that thyere is no border around an image until it is hovered over, when it goes red, as defined by A:link etc */

.image {
border:1px; border-thickness: 1px; border-color: #00000; border-style: solid;
}


A:link img {border-color: #EBECF6;} 
A:visited img {border-color: #EBECF6;}
A:hover img {border-color: #FF6600;}
A:active img {border-color: #FF6600;}


</style>

