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