@charset "utf-8";
a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #6666CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
