ul.contents
{
	float: left;
	width: 25%;
	margin-top: 10px;
	-border: 1px solid red;
	height: 355px;
	overflow: hidden;
	
	
}

ul.contents:hover
{
	overflow: auto;
}

ul.contents li
{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 50px;
}

ul.contents a
{	
	text-decoration: none;
	color: rgb(64, 42, 6);
}

ul.contents a:hover
{
	text-decoration: underline;
}