@charset "utf-8";



.links {

	width: 100%;

	border-collapse: collapse;

	margin-bottom: 250px;

}



.links td {

	width: 33%;

	font-size: 75%;

	text-align: center;

	background: #fff;

	border: 1px solid #ccc;

}



.links td a {

	display: block;

	padding: 10px 0;

}



.links td a:hover {

	background: #FFE8B3;

}

