/* Show hyperlinks without underscore */
a:visited, a:link, a:active
   {
    text-decoration: none;
   }

a:hover
    {
    text-decoration: underline;
    }

a img
   { 
    border-width: 0px;
    border-color: silver;
   }

