.copy {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-style: normal;
	 line-height: 16px;
	 color: 999999;
}


a:link {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 16px;
	 color: 999999;
	 text-decoration: underline;
	 transition: all 0.3s ease-out 0s !important;
}


a:hover {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 16px;
	 color: #000000;
	 text-decoration: underline;
}


a:visited {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 line-height: 16px;
	 color: 999999;
	 text-decoration: underline;
}
/* image interactions */
a:link img {opacity: 0.5; transition: all 0.3s ease-out 0s !important; }
a:hover img {opacity: 1;}
