body {
	color:#25692C; /* 37, 105, 44 */
	font-family: Arial, sans-serif;
	font-size:85%;
	background:#EDFFF4; /* 237, 255, 244 */
	height:100%;
}

.nav {
	font-weight:bold;
	text-align:center;
	font-size:130%;
	margin-top:20px;
	margin-bottom:20px;
}

.nav a{
	text-decoration:none;
}

.content {
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	width:800px;
	display:block;
	background:white;
	border-width:thin;
	border-style:solid;
	text-align:left;
}

.content .languages {
	text-align:right;
	font-size:90%;
}

.adsense {
    margin-top:20px;
}

.centernote {
	text-align:center;
	font-size:90%;
}

.mtop {
	margin-top:40px;
}

.spaward {
	float:right;
}

h1,h2,h3 {
	font-weight:bold;
	text-align:center;
}

/* links */
a {
	color:#9ADEA1;
}
a:hover {
	color:#25692C;
	font-style:normal;
}

/* horizontal lines */
hr {
	border:1px solid #25692C;
	width:95%;
}
