body {background-color: white; color: black;}


 /* LINKS */
a:link {font-family: "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none;} 
a:visited {font-family:  "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none;} 
a:active {font-family:  "Times New Roman"; font-size: 16px; color: black;TEXT-DECORATION: none; } 
a:hover {font-family:  "Times New Roman"; font-size: 16px; color: white; background-color:black;TEXT-DECORATION: none; } 
       
       
 /* TOP MENU LINKS */
a.topmenu:link {font-family: "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none;} 
a.topmenu:visited {font-family:  "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none;} 
a.topmenu:active {font-family:  "Times New Roman"; font-size: 16px; color: orange;TEXT-DECORATION: none; } 
a.topmenu:hover {font-family:  "Times New Roman"; font-size: 16px; color: blue; background-color:orange;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: black;TEXT-DECORATION: none;}