.col1 {
	float: left;
	width: 180px;
	margin: 5px 0;	
	text-align: center;
}
.col2 {
	float: left;
	width: 181px;
	margin: 5px 12px;
	text-align: center;
}
.col3 {
	float: left;
	width: 180px;
	margin: 5px 0;	
	text-align: center;
}
.pet a {
	display: block;
	color: #000;
	padding-top: 10px;
	text-decoration: none;
	border: 1px solid #88c7e9;
}
.pet a:hover {
	background: #FFF;
	background: #FFF3D9;	
	border: 1px solid #E60;
}
.pet p {
	margin: 0;
	padding: 10px;
	text-decoration: none;	
}