 /* <link rel="StyleSheet" type="text/css" href="../css/style.css"> */

/* BODY */

body {font-family: verdana; font-size: 12px; }

table, tr, td {font-family: verdana; font-size: 12px; }

#contactdetails {font-family: verdana; font-size: 14px; color: blue;}

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

 /* NAMED LINKS */
a.fish:link {font-family: "Times New Roman"; font-size: 22px; color: blue;TEXT-DECORATION: none;} 
a.fish:visited {font-family:  "Times New Roman"; font-size: 24px; color: blue;TEXT-DECORATION: none;} 
a.fish:active {font-family:  "Times New Roman"; font-size: 26px; color: blue;TEXT-DECORATION: none; } 
a.fish:hover {font-family:  "Times New Roman"; color: white; background-color:blue;TEXT-DECORATION: none; } 

