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

a:link  {
	color: #999;
	text-decoration: none;
	border-bottom: 0;
}


a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: None;
}