 /* LINKS */
a:link {font-family: "Times New Roman"; font-size: 16px; color: magenta;TEXT-DECORATION: none;} 
a:visited {font-family:  "Times New Roman"; font-size: 16px; color: magenta;TEXT-DECORATION: none;} 
a:active {font-family:  "Times New Roman"; font-size: 16px; color: magenta;TEXT-DECORATION: none; } 
a:hover {font-family:  "Times New Roman"; font-size: 16px; color: magenta; background-color:yellow;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: magenta;TEXT-DECORATION: none;}

/* BOX LINKS */
a.boxlinks:link {font-family: "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a.boxlinks:visited {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none;} 
a.boxlinks:active {font-family:  "Times New Roman"; font-size: 16px; color: blue;TEXT-DECORATION: none; } 
a.boxlinks:hover {font-family:  "Times New Roman"; font-size: 16px; color: yellow; background-color:blue;TEXT-DECORATION: none; } 
 
