@charset "utf-8";
/* CSS Document */

.navigation {
	font-family: Century Gothic;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.navigation:hover {
	font-family: Century Gothic;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-decoration: underline;
}