.nav {
	color: White;
	text-decoration: none;
	font-family: Arial;
	font-weight: bolder;
}

.products {
	width: 150px;
	height: 150px;
	background-color: white;
	border: black 1px solid;
	text-align:center;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 4px;
	padding-bottom: 2px;
	align: center;
}


.products_link {
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	color: #1c2a56;
	text-align: center;
	align: center;>
}