@charset "utf-8";
body {
	font-size: 12px;
	line-height: 22px;
	background-color: #E8E8E8;
}
li {
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
