@charset "UTF-8";
.link2 {
	font-family: Arial;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
}
.link2:link {
	color: #999999;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
.link2:visited {
	text-decoration: none;
	color: #999999;
}
.link2:hover {
	text-decoration: underline;
	color: #0099FF;
}
.link2:active {
	text-decoration: none;
	color: #FF0000;
}
