body{
	background-color: #FFE4C4;
}

a{
	text-decoration: none;
}

#p2{
	float: left;
	width: 46%;
}
#p3{
	float: left;
	width:46%;
}
#p4{
	float: left;

}

#p1{
	width: 60%;
	height: 70%;
	padding:2px;
	margin: 2px;
	text-align: justify;
	float:left;

}

#p5{

}

h1{
	text-align: center;
	padding: 30px;
}

img{
	width: 30%;
	height: 30%;
	float:right;
	margin: 0px;
	padding: 10px;
	border:1px solid #CCC;
	box-shadow: 0px 0px 17px #FF7F50;

}

#a1{
	float:right;
}

.d1{
	float:left;
}

#a2{
	text-decoration: none;
	border: 2px ridge black;
}
#a3{
	text-decoration: none;
	border: 2px ridge black;
}
#a4{
	text-decoration: none;
	border: 2px ridge black;
}

#p6{
	float:right;
	width: 30%;
	text-align: center;
}
#p10{
	float: left;
	width: 47%;
}
#p11{
	float: left;
	width: 45%;
}
#p12{
	float:left;

}

.d3::after{
	content:"";
	display:table;
	clear:both;
}