@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #036e47;
	text-decoration-line: none;
}


.main {
 	margin: 0 auto;
  	max-width: 800px;
	padding: 10px;
	background-color:#EEFCF7
}

.h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #036e47;
}

.block {
	background-color: #036e47;
}

li {
	margin-top: 12px;
	margin-bottom: 12px;
}