@charset "utf-8";
/* CSS Document */

.navigation {
	font-family: "Bell MT";
	font-size: 23px;
	font-style: normal;
	color: #0000FF;
	display: block;
	width: 150px;
	background-color: #99f4c4;
	text-decoration: none;
}
.navigation:hover {
	font-family: "Bell MT";
	font-size: 23px;
	font-style: normal;
	color: #0000FF;
	display: block;
	width: 150px;
	background-color: #35e68e;
	text-decoration: none;
}
