@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #fff;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color:rgb(102, 102, 204);
	text-decoration: none;
}

a:hover {
	color:rgb(255, 102, 0);
}

ul li {
	padding-left: 500;
	list-style-type:square;
}