a { 
    text-decoration:none;
    color:#330099;
   }

a:link { 
         text-decoration:none;
         color:#330099;
        }

a:visited {
            text-decoration:none;
            color:#330099;
           }

a:hover { font-weight:bold }

a:active {}
