@charset "utf-8";
/* CSS Document */
body {
	background-image: none;
	background-color: #EAEAEA;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
}

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