@charset "utf-8";
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: blink;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FF6600;
	text-decoration: blink;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}
