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

body {
	background-color: #CDCED2;
}

a:hover {
	/*color: #999999;*/
	text-decoration: none;

}

a {
	/*text-decoration: none;*/
	color: #999999;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}