﻿#Testimonials:target {
	animation-name: FilesToGoFlash;
	animation-iteration-count: 5;
	animation-duration: 0.45s;
}

#BuyNow:target {
	animation-name: FilesToGoFlash;
	animation-iteration-count: 5;
	animation-duration: 0.45s;
}

#DownloadFilesToGo:target {
	animation-name: FilesToGoFlash;
	animation-iteration-count: 5;
	animation-duration: 0.45s;
}

@keyframes FilesToGoFlash {
   0%, 100% {
      color: inherit;
   }
   50% {
      color: lightyellow;
   }
}
