@charset "utf-8";
#textsection ul {
	text-align: center;
	display: block;
	margin: 0.5em 0px 0.5em 25%;
	padding: 0px;
	float: left;
	width: 50%;
	list-style: none;
}
#textsection li {
	float: left;
	width: 33%;
	border-right: 1px solid #000000;
}
#textsection .last {
	border-style: none;
}
