@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #444;
}