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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:26px;
	background-color:#8DC63F;
	text-align:center;
	padding:0;
	margin:0;
}

.header{
	padding-top:20px;
	background-color:white;
	min-height:180px;
}
address{
	font-style:normal;
}

.main{
	width:270px;
	margin:0 auto;
	text-align:left;
	
	margin-top:45px;
}

p{
	margin:0;
}

a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
}

h1{
	font-size:22px;
	font-weight:bold;
}

h3{
	font-size:17px;
	font-weight:bold;
	line-height:27px;
	margin-top:30px;
	margin-bottom:0;
}

.button a{
	background-color: #009245;
	color: white;
	line-height: 40px;
	border-radius: 5px;
	width: 150px;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
}

.import-lists{
	margin-bottom:40px;
}

