@charset "UTF-8";
/* CSS Document */

a:link {
	color:#111;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#09F;
	text-decoration:underline;
	font-weight:bold;
}