#nanasay {
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 14px;
	display: inline;
}
#nanasay {
	font-size: 14px;
	color: #333;
	text-align: center;
}
tr td table tr .blue11h125b table tr td table tr td table tr .darkgrey10h125 p {
	color: #333;
}

a, a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
}
.menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu li {
	height: 60px;
	width: 100%;
}
.menu li a {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu li a span {
	width: 100%;
}
.menu li a:after {
	content:'|';
	color: #aaa;
	font-weight: 400;
}
.menu li:last-child a:after {
	content: '';
}
.menu li {
	content: '|';
}
.menu li a:hover{
	color: #217830;
	color: #E3F5A4;
}