A:link, A:visited { 
  text-decoration: none; 
  color: rgb(172,111,9); 
  font-weight: bold 
  }

A:hover { 
  color: rgb(247,188,91) 
  }

