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