a.img:visited { 
  background-color: #555555;
}

a.img:link { 
  background-color: #555555;
}

a:link { 
  background-color: rgb(65, 65, 65);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

a:visited { 
  background-color: rgb(65, 65, 65);
  color: rgb(230, 230, 230);
  text-decoration: none;
}

a:hover { 
  background-color: #555555;
  color: white;
  text-decoration: none;
}

body {
    background: rgb(65, 65, 65);
    color: white;
}
