*{
	margin:0;
	padding:0;
}
#div1{
	width: 100%;
	height: 125px;
	background: skyblue;
	margin: 0 auto;
}
#div2{
	width:100%;
	height:700px;
	background: whitesmoke;
	margin: 0 auto;
}
#div3{
	width:100%;
	height:120px;
	background:wheat;
	margin: 0 auto;
}
#tabie1{
	font-size: 25px;
	margin: 0 auto;
}
#tabie2{
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}
#tabie3{
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}
.td1{
	text-align:right;
	margin-right: 10px;
}
.td2{
	font-size: 20px;
}
.tr1{
	margin: 0 auto;
}
.class2{
	width: 200px;
	height: 25px;
	border: 1px solid skyblue;
	border-radius:5px;
	padding-left: 10px;
}
h1{
	color:white;
	text-align: center;
	line-height: 125px;
}
a{
	color: #91bedb;
	font-size: 18px;
}
.input1{
	width: 200px;
	height: 40px;
	background-color: #87ceed;
	border: 1px solid #87ceed;
	border-radius: 20px;
	font-weight: bold;
}
.h1{
	color: aqua;
	text-align: center;
	margin-top: 50px;
}