@charset "UTF-8";
#name a {
	color: #666;
}
#name a:link {
	color: #666;
	text-decoration: none;
}
#name a:visited {
	color: #666;
	text-decoration: none;
}
#name a:hover {
	color: #666;
	text-decoration: none;
}
#name a:active {
	color: #660;
	text-decoration: none;
}
