* {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: one;
}

.header {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}
.header li a {
	float: left;
	width: 20%;
	font-size: 15px;
	color: #000000;
	line-height: 90px;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#ppp{
	color:#019849;
	font-size: 40px;
}

#img{
	margin: 20% 0% 20% 0%;
	width:120%;
}
.header li a:hover {
	text-decoration: none;
	color: #019849;
}

.main{
	margin-top: 6%;
	padding-bottom: 4%;
	border-bottom: 1px solid #CCCCCC;
}
.main h2{
	margin-top: 23%;
}
.main ul{
	margin-top: 14%;
	font-size: 16px;
}
.main ul li{
	margin-top: 6%;
}
.main ul li span{
	font-size:14px;
	margin-left: 1%;
}
.footer{
	width:100%;	
	padding-bottom: 2%;
}
.footer p{
	color:#555555;
	text-align: center;
	letter-spacing: 1px;
}

