here is the sample link - it does nothing!

The above link is controlled by the following style rules:

   a:link {
   color: #00c;
   } 
   a:visited {
   color: #00c;
   }
   a:hover {
   color: #000c;
   text-decoration: none;
   }
   a:active {
   color: #000c;
   }

Return to Previous Page