@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFF;
}

a:link {
	text-decoration: none;
	color: #933;
}
a:hover {
	color: #C90;
	text-decoration: underline;
}

a:visited {
	color: #963;
	text-decoration: none;
}
a:active {
	color: #909;
	text-decoration: none;
}
