body {
	/*background-color: #0099ff;*/
	font-family: Verdana, sans-serif;
	color: #000;
}

#Navi {
	background-color: #E7E7E7;
	cursor: pointer;
}
#Navi UL {
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#Navi UL LI {
	padding: 7px 10px;
	/*float: left;/**/
	display: inline-block;/**/
	border-right: 1px solid #bbb;
	margin: 0;
}
#Navi UL LI:last-child{border-right: none}
#Navi LI A {
	display: block;
	color: #256E29;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#Navi LI A:hover {
	/*color: #ffffff;*/
	text-decoration: underline;
}
#Content {
	margin: 40px;
	/*padding-top: 50px;/**/
	/*padding-left: 50px;/**/
}
h1 {
	text-shadow: 7px 7px 20px #4553b7;
	color: #256E29;
}
h2 {
	color: #256E29;
}
h3 {
	color: #256E29;
}

.button {
	background-color: #256E29;
	border: none;
	border-radius: 1em;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
	width: 180px;
}
.button:hover {
	font-weight: bold;
	background-color: #4CAF50;
}
footer {
	background-color: #E7E7E7;
	color: #256E29;
	width: 100%;
	bottom: 0;
	position: relative;
	font-size: 10px;
	font-weight: bold;
}