* {
	margin:0;
	padding:0;
}
body,html {   
	height:100%;
}
img {
	border:0;
}
body,input,textarea,select {
	font:12px Verdana,sans-serif;
	line-height:150%;
	color:#333;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f90;
	border-color:#f90;
}

a {
	display:block;
	float:left;
	border:1px solid #ccc;
	width:160px;
	height:160px;
	margin:5px;
	padding:5px;
	overflow:hidden;
	word-wrap:break-word;
	text-align:center;
}
a img {
	width:160px;
	height:120px;
	object-fit:contain; /* contain, cover */
}