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

a {
/**/
	overflow: hidden;
/**/
}

a:link {
color:#2e2e2e;
text-decoration:underline;
}

a:visited {
color:#2e2e2e;
text-decoration:underline;
}

a:hover {
color:#4100b7;
text-decoration:underline;
}

a:active {
color:#2e2e2e;
text-decoration:underline;
}
