.taste a {
	border-top:     2px solid #ffe9d7;
	border-left:    2px solid #ffe9d7;
	border-right:   1px solid #cc6600;
	border-bottom:  1px solid #cc6600;
	padding: 6px 24px;
	background-color: #ffd3ae;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	}
.taste a:hover {
	border-top:     1px solid #cc6600;
	border-left:    1px solid #cc6600;
	border-right:   2px solid #ffe9d7;
	border-bottom:  2px solid #ffe9d7;
	background-color: white;
	color: #cc6600;
	}