/* CSS Document */
hr {
	margin:100px;
	clear: both;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 200px;
	clear: both;
	float: none;
}

li {
	float: left;
	width: 45%;
	background-color: #FCF;
	border: 1px solid #F06;
	list-style-type: none;
	padding:3px;
}

li a { display:block;}
