body{
				margin: 0 auto;
				background-color: ghostwhite;
			}
			.big{
				position: relative;
				margin-top: -15px;
				width: 100%;
			}
			.head{
				background-color: white;
				width: 100%;
				height: 90px;
			}
			.one{
				float: left;
				margin-top: 10px;
				margin-left:18%;
			}
			#hqlogo{
				font-size: 30px;
			}
			.two{
				margin-right: 15%;
				font-size: 15px;
			}
			ul li{
				list-style:none;
				float: right;
				display: inline-block;
				margin-right: 20px;
				margin-top: 20px;
				padding: 10px;
			}
			a{
				color: #000000;
				text-decoration: none;
			}
			.three{
				position: absolute;
				background-color: white;
				margin-top: 2%;
				margin-left: 18%;
				width: 825px;
				height:1025px;
			}
			.four{
				position: absolute;
				background-color: white;
				margin-top: 2%;
				margin-left: 63%;
				width: 380px;
				height: 950px;
			}
			.final{
				position: absolute;
				width: 100%;
				height: 100px;
				margin-top: 60%;
				text-align:center;	
				background-color: white;
				line-height: 100px;
			}
			.gg{
				width: 330px;
				height: 275px;
			}
			#a{
				width: 700px;
				margin-left: 25px;
			}
			#aa{
				float: left;
				width: 400px;
				height: 300px;
			}
			#aaa{
				width: 370px;
				height: 300px;
				margin-left: 425px;
			}
			#bb{
				width: 330px;
				margin-left: 25px;
			}
			img{
				width: 400px;
				height: 300px;
			}
			h3:hover{
				color:skyblue;
			}
			b:hover{
				opacity: 0.5;
			}
			hr{
				opacity: 0.3;
			}