@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
}
body {
	background-color: #C6C8C3;
}
a {
	color: #000;
}
a:hover {
	color: #F00;
}

