@charset "utf-8";

#right {}
#right ul {
	font-size: small;
	margin: 10px 20px;
	padding: 0 10px;
	}
#right li {
	list-style-type: none;
	line-height: 1.5em;
	color: #000000;
	}
#right a {
	text-decoration: none;
	color: #000000;
	}
#right a:hover {

	color: #6666ff;
	}
