.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #00FF00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00FF00;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #00FF00;
}.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	font-weight: bold;
}

