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;
	margin-bottom:20px;
	margin-left:145px;
    max-width: 980px;
    padding: 2em 3em 2em;
	border-radius:10px;
}
#upbutton {
    background: url("1.png") no-repeat bottom left;
    height: 101px;
    width: 100px;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
	text-align:center;
}

.footer a {
    color: black;
	text-decoration:none;
	padding-left:0;
	
	
}
.footer a:hover{
	color:white;
	padding-left:10px;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}
p{
	text-align:justify;
	color:black;
}
.leftimg{
	float:left;
	margin: 0 7px 7px 0;
	
}
.one, .onetd, .onetr, .oneth{
	border:1px solid black;
	text-align:left;
	margin-left:5px;
	padding-left:5px;
	border-collapse:collapse;
}
.onetd{
	width:350px;
	
}
h3, h4{
	text-align:center;
	
}
.rightimg{
	float:right;
	margin: 0;
	padding-right:300px;
	padding-top:70px;
	
}
.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;
	}
h1{
	margin-top:10px;
	text-align:left;
	color:blue;
	font-size:55px;
	margin-bottom:0;
}
.imgleft{
	float:right;
	margin-top:0px;
	margin-right:60px;
	
}
.menu a{
	text-decoration:none;
	color:black;
	padding-left:0;
	
}
.menu a:hover{
	color:blue;
	padding-left:5px;
}
footer{
	background-color:#1e90ff;
	border-radius:7px;
	width:100%;
	height:200px;
	
}

.footimg{
	padding-left:0px;
	float:left;
	margin:0px;
	padding-top:0;
	margin-right:10px;
}
.foottwoimg{
	padding-left:5px;
	float:left;
	margin:0px;
	padding-top:0;
	margin-right:10px;
}
.foottwo{
	width:200px;
	padding-top:30px;
	color:black;
	float:left;
	margin-left:40px;	
}
.footthree{
	width:300px;
	padding-top:15px;
	margin-top:0;
	margin-right:40px;
	color:black;
	height:50px;
	float:right;
}
table{
	color:black;
}