a:link { font-weight: bold;
    color:#000000;
    text-decoration: none;
    }


a:visited { font-weight: bold; color:#663300;
    text-decoration: none;
    }


a:hover { font-weight: bold;
 color:#FF9900;   text-decoration: none;
    }

  
a:active { font-weight: bold;
 color:#FF9900;   text-decoration: underline;
    }

  
a:focus { font-weight: bold;
  color:#FF9900;  text-decoration: underline;
    }

