@charset "utf-8";
a:hover {
	color: #0099FF;
	text-decoration: blink;
	font-size: 18px;
}
a:link {
	color: #0099FF;
	text-decoration: blink;
	font-size: 18px;
}
a:visited {
	font-size: 18px;
	color: #0099FF;
	text-decoration: blink;
}
