 /* LINKS */
a:link {font-family: "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none;} 
a:visited {font-family:  "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none;} 
a:active {font-family:  "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none; } 
a:hover {font-family:  "Times New Roman"; font-size: 16px; color: orange; background-color:gray;TEXT-DECORATION: none; } 
       
/* IMAGE LINKS */
A: img { border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: active img {  border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: visited img { border:1px; border-thickness: 1px; border-color: white;TEXT-DECORATION: none;}
A: hover img { border:1px; border-thickness: 1px; border-color: blue;TEXT-DECORATION: none;}

