@charset "utf-8";
/* CSS Document */
ul {
	list-style:square;
	margin: 1em 0 0 2em;
}
ul li {
	margin-bottom: .4em;
}