html {
    background: #e6e9e9;
    background-image: url(1234.jpg);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 35px;
	margin-right:auto;
    max-width: 980px;
    padding: 2em 3em 5em;
	margin-bottom:20px;
	margin-left:auto;
	border-radius:10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}
.header{
	width:980px;
	height:44px;
	
}
.header a{
	float:left;
	text-decoration:none;
	color:black;
	padding:10px 10px 10px 10px;
	margin-bottom:2px;
	font-weight:bold;
}
.header a:hover{
	background-color:grey;
	padding: 10px 10px 10px 10px;
}
.one{
	text-align:justify;
	margin-bottom:43px;
}
h1{
	margin-top:10px;
	text-align:left;
	color:blue;
	font-size:55px;
	margin-bottom:0;
}
p{
text-align:center;
color:black;
}
.imgleft{
	float:right;
	margin-top:0px;
	margin-right:60px;
	
}
.header{
	width:100%;
	height:44px;
    margin-top:20px;
	background-color:#1e90ff;
	border-radius:7px;
}
.header a{
	float:left;
	text-decoration:none;
	color:black;
	padding:10px 15px 10px 15px;
	margin-bottom:2px;
	margin-top:0;
	font-weight:bold;
	
}
.header a:hover{
	background-color:blue;
	padding: 10px 15px 10px 15px;
}
