@charset "utf-8";
a:visited {
	text-decoration: none;
	color: #C98A16;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #C98A16;
}
.copy {
	color: #C98A16;
}
.blink {
	text-decoration: blink;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFF99;
}

