@charset "utf-8";
a:link {
	text-decoration: none;
	color: #666666;
	border: none;
}

a:visited {
	text-decoration: none;
	color: #666666;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.logo_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navigation_green {
	color: #009933;
}

a img {border: none; }

