/* CSS Document */

.navigation {
	font-family: Perpetua;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #4B3128;
	text-decoration: none;
}


.navigation:hover {
	font-family: Perpetua;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4B3128;
	text-decoration: none;
}