a {
  color: #000;
  text-decoration: none;
}


a:visited {
    color: #666;
}

a:hover  {
  text-decoration: underline;
}

textarea:focus, input:focus {   background-color: #ffd; }
