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

.navigation {
	font-family: Century Gothic;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.myLink {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2B4538;
	text-decoration: none;
}

.myLink:hover {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2B4538;
	text-decoration: underline;
}

.links {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #42ff00;
	text-decoration: none;
}