.bold {
	font-weight: bold;
	color: #47392C;
}

.link {
	//text-decoration: none;
	color: #47392C;
}
.link:hover {
	color: #282019;
}
