@charset "utf-8";
/* bg_w-e.css */

body {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	width: 747px;
}

a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}