@charset "utf-8";
a.many:link {
	color: #666666;
	text-decoration: none;
}
a.many:visited {
	color: #666666;
	text-decoration: none;
}
a.many:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
a.many:active {
	color: #666666;
	text-decoration: none;
}
