
#applView {
	width: 500px;
	height: 500px;
	
	overflow: hidden;
	border: 0;
}

ul.apps li a {
	font-size: 125%;
	text-decoration: none;
}

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