@charset "utf-8";

/* CSS Document */

ul {
	margin: 0px;
	padding: 0px;
	}
li {
	list-style-type: none;
	margin-left: 5px;
	}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
