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

a {
	text-decoration:none;
	color:#808080;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}