@import url("master.css");

ul {
	text-align: left;
	list-style: disc outside;
}

li {
	text-align: left;
	width: 75%;
	background-color: #f5f5f5;
	padding: 2px 20px;
	margin-bottom: 5px;
	list-style: square inside;
	vertical-align: middle;
}

strong {
	font-size: inherit;
	font-weight: bolder;
}

div.left {
	width: 475px;
}

div.right {
	width: 260px;
}

a.xmore {
}